feat: enable OSV vulnerability alerts and summary in Renovate configuration
All checks were successful
CI / ci (pull_request) Successful in 7s
Validate PR Title / validate (pull_request) Successful in 2s

This commit is contained in:
2026-01-21 20:56:03 +00:00
parent e873c70093
commit 23b0380675
2 changed files with 9 additions and 7 deletions

View File

@@ -42,10 +42,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