kics
kics copied to clipboard
GitHub Action not working
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
- My project: https://github.com/SoniaDias/docker_helloWorld
- Change something on Dockerfile and do a pull request
- Watch the job being executed
Specifications
(N/A if not applicable)
My yaml is on docker_helloWorld/.github/workflows
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.
Hi @SoniaDias !
In our perspective, this issue is now considered resolved. Do you need more support from us regarding this situation?