Skip to content

Commit

Permalink
Fix go printing
Browse files Browse the repository at this point in the history
  • Loading branch information
zpavlinovic committed Aug 21, 2023
1 parent 0e3721c commit 1f8b611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/actions/govulncheck/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ runs:
- name: Install govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest
shell: bash
- run: go version
shell: bash
- name: Run govulncheck
run: govulncheck -C ${{ inputs.work-dir }} ${{ inputs.go-package }}
shell: bash
2 changes: 0 additions & 2 deletions .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@ jobs:
with:
work-dir: ./go/vuln
repo-checkout: false
- run: go version
shell: bash

0 comments on commit 1f8b611

Please sign in to comment.