Skip to content

Commit

Permalink
fix(ci): try to fix gosec job
Browse files Browse the repository at this point in the history
  • Loading branch information
Primexz committed Apr 26, 2024
1 parent 51112cf commit 0c7878d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ jobs:
- name: Checkout Source
uses: actions/checkout@v3

- name: Install GoSec 2.18.2
run: |
curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.19.0
- name: Run Gosec Security Scanner
run: |
$(go env GOPATH)/bin/gosec ./...
uses: securego/gosec@master
with:
args: ./...

0 comments on commit 0c7878d

Please sign in to comment.