diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 40e53385..50116be6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -60,7 +60,7 @@ jobs: - name: Run Gosec Security Scanner run: | - go install github.com/securego/gosec/v2/cmd/gosec@latest + go install github.com/securego/gosec/v2/cmd/gosec@v2.14.0 make gosec if [[ $? != 0 ]] then