Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 authored Oct 6, 2024
1 parent f9690b2 commit f05139f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/gosec-scanner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:

- name: Install Gosec
shell: bash
run: go install github.com/securego/gosec/v2/cmd/gosec@latest # Install the latest version
run: curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b $(go env GOPATH)/bin latest

- name: Run Gosec Security Scanner
shell: bash
Expand Down

0 comments on commit f05139f

Please sign in to comment.