Skip to content

Commit

Permalink
Update gosec in github action to v2.21.0 (#1208)
Browse files Browse the repository at this point in the history
Change-Id: Ia6a5cc01472103d435cd5931aaef98a71a0a89f2

Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
  • Loading branch information
ccojocar authored Sep 4, 2024
1 parent b278b40 commit ea26e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit ea26e84

Please sign in to comment.