Skip to content

Commit a935612

Browse files
author
Oscar Llamas
committed
chore: setting low as severity threshold
1 parent 98f6f08 commit a935612

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/snyk-security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
with:
1616
command: "test"
1717
fail-on-issues: false
18-
severity-threshold: "high"
18+
severity-threshold: "low"
1919
args: "--report --strict-out-of-sync=false"
2020
upload-sarif: false
21-
debug: true
21+
debug: false
2222
snyk-org: ${{ vars.SNYK_ORG }}
2323
secrets: inherit

0 commit comments

Comments
 (0)