Skip to content

Commit

Permalink
Update govulncheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dianashevchenko committed Nov 29, 2022
1 parent e41d782 commit f6a2c53
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,12 @@ jobs:
run: |
go install golang.org/x/vuln/cmd/govulncheck@latest
govulncheck ./...
- name: Comment results
uses: machine-learning-apps/pr-comment@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path: results.txt



0 comments on commit f6a2c53

Please sign in to comment.