jrmccluskey commented on code in PR #28226:
URL: https://github.com/apache/beam/pull/28226#discussion_r1311736247
##########
.github/workflows/go_tests.yml:
##########
@@ -65,3 +66,8 @@ jobs:
go install "honnef.co/go/tools/cmd/[email protected]"
cd sdks/go/pkg/beam
$(go env GOPATH)/bin/staticcheck ./...
+ - name: Run govulncheck
+ run: |
+ go install golang.org/x/vuln/cmd/govulncheck@latest
+ cd sdks/go/pkg/beam
Review Comment:
It does not fail, we can still cover bootloader tooling. I can change that.
We could also invoke at the sdk/ directory and potentially cover the entire
code base here
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]