feat(ci): Add CI
All checks were successful
Build Docker / Create Docker Image (release) Successful in 1m34s

This commit is contained in:
2025-11-08 19:21:38 +00:00
parent 920a79b2e9
commit 31e18d0d46
6 changed files with 294 additions and 0 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@v5.0.0
- name: Snyk
uses: snyk/actions/python@master
continue-on-error: true
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: monitor