kics icon indicating copy to clipboard operation
kics copied to clipboard

GitHub Action not working

Open SoniaDias opened this issue 2 years ago • 1 comments

Expected Behavior

Integarte kics in my repo, with a GitHub Action and be able to run kics scan.

Actual Behavior

I got a error executing the action Error: KICS scan failed with exit code 50

Steps to Reproduce the Problem

  1. My project: https://github.com/SoniaDias/docker_helloWorld
  2. Change something on Dockerfile and do a pull request
  3. Watch the job being executed

Specifications

(N/A if not applicable)

My yaml is on docker_helloWorld/.github/workflows

SoniaDias avatar Jul 06 '22 07:07 SoniaDias

Hello, @SoniaDias!

Exit code 50 means that the KICS scan found any HIGH results. You can find the documentation about the KICS exit code here.

If you want to ignore the results status code, you will need to use ignore_on_exit: results in the KICS GitHub action.

rafaela-soares avatar Jul 06 '22 07:07 rafaela-soares

Hi @SoniaDias !

In our perspective, this issue is now considered resolved. Do you need more support from us regarding this situation?

gabriel-cx avatar Sep 14 '22 10:09 gabriel-cx