mirror of
https://github.com/securego/gosec.git
synced 2025-02-28 20:23:28 +00:00
Update gosec in github action to 2.22.0 (#1286)
Change-Id: I9759d3c8ecfa34525f61e42f8d4ae412b92ead6d Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
This commit is contained in:
parent
e0cca6fe95
commit
32dcc8a1f5
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ inputs:
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'docker://securego/gosec:2.21.4'
|
image: 'docker://securego/gosec:2.22.0'
|
||||||
args:
|
args:
|
||||||
- ${{ inputs.args }}
|
- ${{ inputs.args }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue