Skip to content

Commit

Permalink
Update the gosec to v2.21.4 in the Github action
Browse files Browse the repository at this point in the history
Change-Id: Idb7fd0b7f7524adf3a87dc06e1fe3935a5593c60
Signed-off-by: Cosmin Cojocar <[email protected]>
  • Loading branch information
ccojocar committed Sep 26, 2024
1 parent a3299ce commit c0ba7c7
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.21.3'
image: 'docker://securego/gosec:2.21.4'
args:
- ${{ inputs.args }}

Expand Down

0 comments on commit c0ba7c7

Please sign in to comment.