Skip to content

Commit

Permalink
Update the action to use gosec version v2.18.0 (#1029)
Browse files Browse the repository at this point in the history
Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
  • Loading branch information
ccojocar authored Oct 9, 2023
1 parent 2b62dd1 commit 3952187
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.17.0'
image: 'docker://securego/gosec:2.18.0'
args:
- ${{ inputs.args }}

Expand Down

0 comments on commit 3952187

Please sign in to comment.