Skip to content

Commit

Permalink
Get gosec passing again (#113)
Browse files Browse the repository at this point in the history
* Update actions.yaml

* Update actions.yaml

* Update actions.yaml

* Update actions.yaml

* Update actions.yaml

* Update actions.yaml

* Update actions.yaml

* Update actions.yaml

* Update actions.yaml

* Update actions.yaml

* Update actions.yaml

* Update actions.yaml
  • Loading branch information
jooseppi-luna authored Jul 15, 2022
1 parent 0003641 commit 2305155
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,17 @@ jobs:
with:
threshold: 90
test-folder: "./service"
go_security_scan:
name: Go security
gosec:
name: Run gosec
runs-on: ubuntu-latest
steps:
- name: Checkout the code
- name: Checkout csi-powerflex
uses: actions/checkout@v2
- name: Run Go Security
uses: securego/gosec@master
- name: Run gosec to check for security vulnerabilities
uses: dell/common-github-actions/gosec-runner@main
with:
args: -exclude=G304 ./...
directories: "./..."
excludes: "G304"
malware_security_scan:
name: Malware Scanner
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2305155

Please sign in to comment.