Skip to content

Commit

Permalink
remove directory from govulncheck command
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Nov 12, 2024
1 parent 1cf1411 commit 7f9a1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: govulncheck
run: |
go install golang.org/x/vuln/cmd/govulncheck@latest
govulncheck -C application ./...
govulncheck ./...
deploy:
name: Deploy to AWS Lambda
Expand Down

0 comments on commit 7f9a1c3

Please sign in to comment.