Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update gosec version to v2.21.3 in github action
Browse files Browse the repository at this point in the history
Change-Id: If12ea73f08ff79b5c53ece6c96454fb99418ced2
Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
ccojocar committed Sep 18, 2024
1 parent be8bd6e commit 3cccde6
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
@@ -10,7 +10,7 @@ inputs:

runs:
using: 'docker'
image: 'docker://securego/gosec:2.21.2'
image: 'docker://securego/gosec:2.21.3'
args:
- ${{ inputs.args }}

0 comments on commit 3cccde6

Please sign in to comment.