Add govulncheck workflow #55

Closed
opened 2023-06-01 07:23:17 +00:00 by alexvanin · 0 comments
Owner

Add a workflow to run govulncheck, see https://go.dev/blog/vuln
These commands should be enough.

go install golang.org/x/vuln/cmd/govulncheck@latest
govulncheck ./...
Add a workflow to run govulncheck, see https://go.dev/blog/vuln These commands should be enough. ``` go install golang.org/x/vuln/cmd/govulncheck@latest govulncheck ./... ```
alexvanin self-assigned this 2023-06-01 07:23:17 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-http-gw#55
No description provided.