We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
actions
steps: - name: kics uses: checkmarx/[email protected] with: include_queries: '229588ef-8fde-40c8-8756-f4f2b5825ded' path: ./kics
kics -p ./kics -o ./ --report-formats json -q /app/bin/assets/queries --ignore-on-exit results -i 229588ef-8fde-40c8-8756-f4f2b5825ded
09:11 - INF : about to scan directory ./kics 09:11 - INF : kics command kics -p ./kics -o ./ --report-formats json -q /app/bin/assets/queries --ignore-on-exit results -i Error: flag needs an argument: 'i' in -i
kics-github-action/entrypoint.sh
Line 31 in 8a44970
[[ ! -z "$INPUT_INCLUDE_QUERIES" ]] && INCLUDE_QUERIES_PARAM="-i $INPUT_INCLUDE_QUERIES"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Reproduce
actions
Expected Behavior
Actual Behavior
Proposed Modification
kics-github-action/entrypoint.sh
Line 31 in 8a44970
The text was updated successfully, but these errors were encountered: