mctl/.gitea/workflows/security.yaml
jake 15e7c4097c
Some checks failed
security scans / scans (push) Has been cancelled
testing with intentional failure
2025-04-24 12:34:21 -04:00

9 lines
257 B
YAML

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