chore(deps): comment out Snyk Vulnerability Scan step in CI workflow (#37)
Some checks failed
Release / Tag release (push) Successful in 6s
Release / Create Release (push) Successful in 3s
Release / Publish Docker Images (push) Failing after 34s

Reviewed-on: #37
This commit was merged in pull request #37.
This commit is contained in:
2026-01-21 20:49:43 +00:00
parent 918e84eb08
commit 8c603e7b0e
2 changed files with 9 additions and 7 deletions

View File

@@ -38,10 +38,10 @@ jobs:
# # command: snyk
# args: snyk code test --all-projects --exclude=.archive
- name: Snyk Vulnerability Scan
uses: snyk/actions/python@master
continue-on-error: true # Sometimes vulns aren't immediately fixable
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: test --all-projects
# - name: Snyk Vulnerability Scan
# uses: snyk/actions/python@master
# continue-on-error: true # Sometimes vulns aren't immediately fixable
# env:
# SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
# with:
# args: test --all-projects

View File

@@ -11,6 +11,8 @@
"semanticCommits": "enabled",
"semanticCommitScope": "deps",
"semanticCommitType": "feat",
"osvVulnerabilityAlerts": true,
"dependencyDashboardOSVVulnerabilitySummary": "all",
"vulnerabilityAlerts": {
"commitMessagePrefix": "[SECURITY] ",
"enabled": true,