[ci] Adding gosec scans
All checks were successful
code scans / scans (push) Successful in 31s

This commit is contained in:
2025-11-25 20:28:06 -05:00
parent 0c68e1de9d
commit 210e574f51

View File

@@ -12,5 +12,7 @@ jobs:
- name: "install go" - name: "install go"
uses: https://code.jakeyoungdev.com/actions/install-go@v0.1.3 uses: https://code.jakeyoungdev.com/actions/install-go@v0.1.3
- name: "dependency scan and static code analysis" - name: "static code analysis"
uses: https://code.jakeyoungdev.com/actions/donotpassgo@v1.1.0 uses: securego/gosec@v2.22.10
with:
args: ./...