mctl/.gitea/workflows/security.yaml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 8: cannot unmarshal !!map into []*model.Step
2025-04-24 12:25:48 -04:00

8 lines
227 B
YAML

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