Skip to content

Commit 085c847

Browse files
committed
fix snyk by skipping unresolved
1 parent d1ebea9 commit 085c847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Monitor project and report vulnerabilities
2323
env:
2424
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
25-
run: snyk monitor --all-projects
25+
run: snyk monitor --all-projects --skip-unresolved
2626

2727
- name: Generate code vulnerability report
2828
env:

0 commit comments

Comments
 (0)