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

Reviewed-on: #411
This commit was merged in pull request #411.
This commit is contained in:
2026-01-21 20:36:36 +00:00
parent 2894255bd0
commit 2cce03cab1
4 changed files with 21 additions and 19 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