Skip to content

Commit

Permalink
Disable gosec for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed May 29, 2024
1 parent 276476a commit 4f598bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
- name: Staticcheck
run: staticcheck ./...

- name: Gosec
run: gosec ./...
# We should enable some of the checks in the future.
#- name: Gosec
# run: gosec ./...

- name: Vulncheck
run: govulncheck ./...

0 comments on commit 4f598bb

Please sign in to comment.