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
jake b414b269ac security push
- addressing gosec issues
- adding workflow docs
- go version bump
2025-04-24 12:23:07 -04:00

8 lines
197 B
YAML

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