Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Go and logrus for vulns. #138

Merged
merged 3 commits into from
Oct 18, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update test.yml - install govulncheck.
jl-coogan authored Oct 16, 2023
commit a20964d85a37df75dc300c2016067b92116986e3
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -25,6 +25,10 @@ jobs:
git clone https://github.com/sstephenson/bats.git --branch v0.4.0 --depth 1 "${HOME}/bats"
echo "${HOME}/bats/bin" >> $GITHUB_PATH

- name: install govulncheck
run: |
go install golang.org/x/vuln/cmd/govulncheck@latest

- name: checkout code
uses: actions/checkout@v2