lostluck commented on code in PR #28226:
URL: https://github.com/apache/beam/pull/28226#discussion_r1310767402
##########
.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:
Does this fail if set at sdks/go? We are also concerned with vulnerabilities
in the container boot loaders, and this isn't covered.
Ideally we also check 'sdks/java/container/*', 'sdks/python/container/*',
'sdks/typescript/container/*'
--
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]