mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 11:35:51 +00:00
Update gosec in github action to v2.21.0 (#1208)
Change-Id: Ia6a5cc01472103d435cd5931aaef98a71a0a89f2 Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
This commit is contained in:
parent
b278b40c52
commit
ea26e8431f
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ inputs:
|
|||
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'docker://securego/gosec:2.20.0'
|
||||
image: 'docker://securego/gosec:2.21.0'
|
||||
args:
|
||||
- ${{ inputs.args }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue