Skip to content

Commit

Permalink
update gosec
Browse files Browse the repository at this point in the history
  • Loading branch information
chimanjain committed Feb 22, 2024
1 parent 1941f91 commit e7f9966
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ jobs:
go_security_scan:
name: Run gosec
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout the code
- name: Checkout Source
uses: actions/checkout@v4
- name: Run gosec to check for security vulnerabilities
uses: dell/common-github-actions/gosec-runner@main
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
directories: "./..."
args: ./...
malware_security_scan:
name: Malware Scanner
runs-on: ubuntu-latest
Expand Down

0 comments on commit e7f9966

Please sign in to comment.