Skip to content

Commit

Permalink
execute govulncheck in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Anurag <[email protected]>
  • Loading branch information
kranurag7 committed Jan 18, 2024
1 parent 0b27784 commit 014f848
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci-test-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,19 @@ jobs:
run: make gosec
working-directory: KubeArmor

go-vuln:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3

- uses: actions/setup-go@v3
with:
go-version: "v1.20"

- name: Run govulncheck
run: make scan
working-directory: KubeArmor

go-test:
runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit 014f848

Please sign in to comment.