We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9fd52 commit 1a90238Copy full SHA for 1a90238
1 file changed
.github/actions/security-scans/action.yml
@@ -48,7 +48,7 @@ runs:
48
SNYK_TOKEN: ${{ inputs.snyk_token }}
49
with:
50
image: "${{ inputs.image }}"
51
- args: --severity-threshold=high --file=${{ inputs.dockerfile }}
+ args: -d --severity-threshold=high --file=${{ inputs.dockerfile }}
52
53
- name: Replace sarif security-severity invalid values
54
if: ${{ steps.snyk.outcome == 'success' }}
0 commit comments