mctl/.gitea/workflows/security.yaml
jake 5b6ddc71cf
All checks were successful
code scans / scans (push) Successful in 1m18s
completion removal and workflow trigger update
2025-05-11 00:36:11 -04:00

17 lines
299 B
YAML

name: "code scans"
on:
push:
branches:
- main
tags:
- v*
pull_request:
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