Skip to content

Commit 9be1a0d

Browse files
committed
cmd/govulncheck/integration/stackrox: update vuln expectation
This is due to new vuln db entry https://go-review.git.corp.google.com/c/vulndb/+/550858. Change-Id: I8859deab4b16c172dbc448946492937915536c9e Reviewed-on: https://go-review.googlesource.com/c/vuln/+/551136 TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Zvonimir Pavlinovic <zpavlinovic@google.com> Reviewed-by: Maceo Thompson <maceothompson@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
1 parent 58c180b commit 9be1a0d

File tree

1 file changed

+1
-0
lines changed
  • cmd/govulncheck/integration/stackrox-scanner

1 file changed

+1
-0
lines changed

cmd/govulncheck/integration/stackrox-scanner/scanner.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ func main() {
2323
}
2424
out := os.Args[1]
2525
want := map[string]bool{
26+
"golang.org/x/crypto/ssh": true,
2627
"golang.org/x/net/http2": true,
2728
"golang.org/x/net/http2/hpack": true,
2829
"google.golang.org/grpc": true,

0 commit comments

Comments
 (0)