Skip to content

Commit

Permalink
fix gosec action to 2.14 to prevent breakage (#163)
Browse files Browse the repository at this point in the history
* fix gosec action to 2.14 to prevent breakage

Signed-off-by: Kim Tsao <[email protected]>

* fix gosec action to 2.14 to prevent breakage

Signed-off-by: Kim Tsao <[email protected]>

* fix version format

Signed-off-by: Kim Tsao <[email protected]>

---------

Signed-off-by: Kim Tsao <[email protected]>
  • Loading branch information
kim-tsao authored Feb 13, 2023
1 parent 0d04f79 commit c9908fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Run Gosec Security Scanner
run: |
go install github.com/securego/gosec/v2/cmd/gosec@latest
go install github.com/securego/gosec/v2/cmd/gosec@v2.14.0
make gosec
if [[ $? != 0 ]]
then
Expand Down

0 comments on commit c9908fc

Please sign in to comment.