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