From 210e574f51257dc7c5cd76376e7305b80979ed21 Mon Sep 17 00:00:00 2001 From: jake Date: Tue, 25 Nov 2025 20:28:06 -0500 Subject: [PATCH] [ci] Adding gosec scans --- .gitea/workflows/security.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/security.yaml b/.gitea/workflows/security.yaml index 126beaf..91a3f37 100644 --- a/.gitea/workflows/security.yaml +++ b/.gitea/workflows/security.yaml @@ -12,5 +12,7 @@ jobs: - name: "install go" uses: https://code.jakeyoungdev.com/actions/install-go@v0.1.3 - - name: "dependency scan and static code analysis" - uses: https://code.jakeyoungdev.com/actions/donotpassgo@v1.1.0 \ No newline at end of file + - name: "static code analysis" + uses: securego/gosec@v2.22.10 + with: + args: ./... \ No newline at end of file