Skip to content

Commit

Permalink
Update actions.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
boyamurthy authored Dec 5, 2023
1 parent b004ca6 commit eea8a16
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ jobs:
uses: dell/common-github-actions/gosec-runner@main
with:
directories: "./..."
excludes: "G108,G402"
exclude-dir: "csireverseproxy"
- name: Run gosec to check for reverseproxy security vulnerabilities
uses: dell/common-github-actions/gosec-runner@main
with:
directories: "csireverseproxy/"
excludes: "G108,G402"
directories: "csi-powermax/csireverseproxy/"
malware_security_scan:
name: Malware Scanner
runs-on: ubuntu-latest
Expand Down

0 comments on commit eea8a16

Please sign in to comment.