diff --git a/pipelines/shared-tasks/run-go-vuln-scan/task.sh b/pipelines/shared-tasks/run-go-vuln-scan/task.sh index 272140b81..6b3e9d10c 100755 --- a/pipelines/shared-tasks/run-go-vuln-scan/task.sh +++ b/pipelines/shared-tasks/run-go-vuln-scan/task.sh @@ -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}"