chore(ci): remove Snyk workflow for security monitoring (#9)

Reviewed-on: #9
This commit was merged in pull request #9.
This commit is contained in:
2026-01-21 20:48:03 +00:00
parent 322cc70d7e
commit 8c9f10ca9f
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

View File

@@ -1,24 +0,0 @@
name: Snyk
on:
workflow_dispatch:
push:
branches:
- main
schedule:
- cron: "@daily"
jobs:
security:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v6.0.1
- name: Snyk
uses: snyk/actions/golang@master
continue-on-error: true
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: monitor