Update gosec image version to 2.16.0 in the Github action (#959)

Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
This commit is contained in:
Cosmin Cojocar 2023-05-17 15:50:14 +02:00 committed by GitHub
parent c5ea1b7bdd
commit 6df05bd7a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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