Skip to content

Commit

Permalink
Restore previous gosec settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
donatwork committed Aug 19, 2024
1 parent fcc5a4f commit 1c35cb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
- name: Run gosec to check for security vulnerabilities
uses: securego/gosec@master
with:
args: -exclude-dir=csireverseproxy ./...
directories: "./..."
exclude-dir: "csireverseproxy"
malware_security_scan:
name: Malware Scanner
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1c35cb8

Please sign in to comment.