Skip to content

Commit

Permalink
DROP: TEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzadlone committed Sep 30, 2024
1 parent ff41f27 commit 6ad0461
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-vulnerabilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
branches:
- master
- develop
- "**"

jobs:
check-vulnerabilities:
Expand All @@ -47,7 +48,7 @@ jobs:
run: govulncheck -C . -format text ./... | tee govulncheck.txt

- name: Check if only known vulnerabilities were found
run: cat govulncheck.txt | grep "Your code is affected by 2 vulnerabilities from 1 module."
run: cat govulncheck.txt | grep "Your code is affected by 3 vulnerabilities from 1 module."

# Use the steps below once the x/crisis (crisis.init) bug is fixed or if the
# ability to silence is implemented: https://github.com/golang/go/issues/61211
Expand Down

0 comments on commit 6ad0461

Please sign in to comment.