Skip to content

Commit 98f6f08

Browse files
author
Oscar Llamas
committed
chore: relax Snyk lockfile sync check temporarily
1 parent 6a6be30 commit 98f6f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snyk-security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
command: "test"
1717
fail-on-issues: false
1818
severity-threshold: "high"
19-
args: "--report"
19+
args: "--report --strict-out-of-sync=false"
2020
upload-sarif: false
2121
debug: true
2222
snyk-org: ${{ vars.SNYK_ORG }}

0 commit comments

Comments
 (0)