mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-07-27 18:42:49 +00:00
stop using -json for govulncheck
Signed-off-by: Ryan Richard <richardry@vmware.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Copyright 2020-2024 the Pinniped contributors. All Rights Reserved.
|
||||
# Copyright 2020-2026 the Pinniped contributors. All Rights Reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
set -euo pipefail
|
||||
@@ -10,7 +10,7 @@ go install golang.org/x/vuln/cmd/govulncheck@latest
|
||||
|
||||
cd pinniped
|
||||
|
||||
OPTS="-json -test"
|
||||
OPTS="-test"
|
||||
|
||||
if [[ -n "${BUILD_TAGS:-}" ]]; then
|
||||
OPTS="${OPTS} -tags ${BUILD_TAGS}"
|
||||
|
||||
Reference in New Issue
Block a user