Skip to content

Commit

Permalink
fix: replace gokart with staticcheck
Browse files Browse the repository at this point in the history
Gokart is seemingly abandoned. Using go > 1.19 causes panics. Looking at
their github shows an open issue since Feburary about it with no
comment.

staticheck is another SAST tool with sarif output, so let's try that.
  • Loading branch information
mikhailswift committed Jun 22, 2023
1 parent 8335488 commit 06f983d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
step: static-analysis
attestations: "github sarif"
command: gokart scan . -o sarif-results.json -s
command: staticcheck -f sarif ./... > sarif-results.json

- name: Test
uses: testifysec/witness-run-action@bdd82729b316d071606007cc9eecae326429caaf
Expand Down

0 comments on commit 06f983d

Please sign in to comment.