1
0
mirror of https://github.com/securego/gosec.git synced 2025-03-19 21:08:30 +02:00

Update gosec image version to 2.17.0 in the Github action (#1002)

This commit is contained in:
Kevin Pita 2023-08-18 10:07:28 +02:00 committed by GitHub
parent 6a2c5e16a1
commit 85005c43d9
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.16.0' image: 'docker://securego/gosec:2.17.0'
args: args:
- ${{ inputs.args }} - ${{ inputs.args }}