Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/dev' into ca_mv_updated
Browse files Browse the repository at this point in the history
  • Loading branch information
asafambar committed Feb 12, 2024
2 parents fc02527 + cccfab9 commit f9674f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
go-version: 1.20.x

- name: Run Gosec Security Scanner
uses: securego/gosec@master
# Temporarily set version 2.18.0 to workaround https://github.com/securego/gosec/issues/1046
uses: securego/gosec@v2.18.0
with:
args: -exclude G204,G301,G302,G304,G306 -tests -exclude-dir \.*test\.* ./...

0 comments on commit f9674f5

Please sign in to comment.