Update gosec version in the GitHub action to v2.22.1 (#1307)
Some checks failed
CI / test (map[go:1.23.6 golangci:latest]) (push) Has been cancelled
CI / test (map[go:1.24.0 golangci:latest]) (push) Has been cancelled
Security Scan / build (push) Has been cancelled
CI / coverage (push) Has been cancelled

This commit is contained in:
Cosmin Cojocar 2025-02-17 15:18:07 +01:00 committed by GitHub
parent 89c5da3ce0
commit a9eb1c96fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ inputs:
runs:
using: 'docker'
image: 'docker://securego/gosec:2.22.0'
image: 'docker://securego/gosec:2.22.1'
args:
- ${{ inputs.args }}