mctl/.gitea/workflows/security.yaml
jake 386a766185
All checks were successful
code scans / scans (push) Successful in 1m15s
Update .gitea/workflows/security.yaml (#7)
Reviewed-on: #7
2025-05-10 05:37:49 +00:00

11 lines
281 B
YAML

name: "code scans"
on: [push, pull_request] #runs on pushes to any branch
jobs:
scans:
runs-on: test
steps:
- uses: actions/checkout@v4
- name: "dependency scan and static code analysis"
uses: https://code.jakeyoungdev.com/actions/donotpassgo@v1.0.0