kics-github-action icon indicating copy to clipboard operation
kics-github-action copied to clipboard

disable_secrets option not working

Open ShivamKumarDevliyal opened this issue 1 year ago • 0 comments

When including the disable_secrets argument in the workflow, irrespective of the boolean value being passed it disables secrets scanning.

To Reproduce:

-   name: "Scan with KICS"
    uses: checkmarx/[email protected]
    with:
        disable_secrets: false

ShivamKumarDevliyal avatar Oct 22 '24 11:10 ShivamKumarDevliyal