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

This commit is contained in:
2026-01-21 20:32:55 +00:00
parent 2894255bd0
commit cc5a0cf20b
3 changed files with 19 additions and 17 deletions

View File

@@ -0,0 +1,24 @@
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/python@master
continue-on-error: true
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: monitor