mctl/.gitea/workflows/security.yaml
jake e19d0fd3a2
Some checks failed
security scans / scans (push) Has been cancelled
adding forgotten step
2025-04-24 12:47:37 -04:00

12 lines
327 B
YAML

name: "security scans"
on: push #runs on pushes to any branch
jobs:
scans:
runs-on: smoke-test
steps:
- name: "clone code"
uses: actions/checkout@v4
- name: "security scan"
uses: https://code.jakeyoungdev.com/actions/security@main #update this to a tag after first successful run