chore(ci): remove Snyk workflow for security monitoring
All checks were successful
Validate PR Title / validate (pull_request) Successful in 2s
CI / ci (pull_request) Successful in 21s

This commit is contained in:
2026-01-21 20:47:06 +00:00
parent 322cc70d7e
commit 29c5b402e9
3 changed files with 9 additions and 7 deletions

View File

@@ -70,13 +70,13 @@ jobs:
# mv pyproject.toml pyproject.toml.bak
# mv uv.lock uv.lock.bak
- name: Snyk SAST Scan
uses: snyk/actions/golang@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
# command: snyk
args: snyk code test #--all-projects --exclude=.archive
# - name: Snyk SAST Scan
# uses: snyk/actions/golang@master
# env:
# SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
# with:
# # command: snyk
# args: snyk code test #--all-projects --exclude=.archive
# - name: Snyk Vulnerability Scan
# uses: snyk/actions/python@master