Skip to content

Commit 1a90238

Browse files
committed
DELETE added debug
Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
1 parent 9c9fd52 commit 1a90238

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/security-scans/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ runs:
4848
SNYK_TOKEN: ${{ inputs.snyk_token }}
4949
with:
5050
image: "${{ inputs.image }}"
51-
args: --severity-threshold=high --file=${{ inputs.dockerfile }}
51+
args: -d --severity-threshold=high --file=${{ inputs.dockerfile }}
5252

5353
- name: Replace sarif security-severity invalid values
5454
if: ${{ steps.snyk.outcome == 'success' }}

0 commit comments

Comments
 (0)