Add Snyk scanning
Some checks failed
CI / validate_pr_title (pull_request) Failing after 5s
CI / ci (pull_request) Successful in 1m51s
Snyk / security (push) Successful in 1m24s

This commit is contained in:
Luke Tainton 2025-02-09 14:01:09 +00:00
parent 178381fb12
commit 709ad18edd
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo

24
.gitea/workflows/snyk.yml Normal file
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@v4.2.2
- name: Snyk
uses: snyk/actions/python@master
continue-on-error: true
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: monitor