Skip to content

Commit

Permalink
Inspect source code for security issues
Browse files Browse the repository at this point in the history
  • Loading branch information
soumeh01 committed Jan 31, 2025
1 parent 4d5cf9c commit 00f1ab9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,20 @@ jobs:
run: |
make format-check
gosec:
runs-on: ubuntu-latest
env:
GO111MODULE: on

steps:
- name: Checkout Source
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Run Gosec Security Scanner
uses: securego/gosec@e0cca6fe95306b7e7790d6f1bf6a7bec6d622459 # v2.22.0
with:
args: '-severity high -exclude-dir=test ./...'

vulnerability-check:
name: "Vulnerability check"
runs-on: ubuntu-latest
Expand Down

0 comments on commit 00f1ab9

Please sign in to comment.