Files
insultgen/.gitea/workflows/snyk.yml
Luke Tainton 6948e62e18
All checks were successful
Snyk / security (push) Successful in 24s
Add CI/CD workflows and configuration files for GitLab and Gitea
2026-01-04 12:37:35 +00:00

25 lines
423 B
YAML

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