Skip to content

Commit

Permalink
Update gosec in github action to 2.22.0
Browse files Browse the repository at this point in the history
Change-Id: I9759d3c8ecfa34525f61e42f8d4ae412b92ead6d
Signed-off-by: Cosmin Cojocar <[email protected]>
  • Loading branch information
ccojocar committed Jan 14, 2025
1 parent e0cca6f commit cb342fa
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.4'
image: 'docker://securego/gosec:2.22.0'
args:
- ${{ inputs.args }}

Expand Down

0 comments on commit cb342fa

Please sign in to comment.