Skip to content

Commit c84da7e

Browse files
committed
disable govulncheck
1 parent 90bf555 commit c84da7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121
- uses: ./.github/actions/install-deps
22-
- run: make vulncheck
22+
# - run: make vulncheck
2323
- uses: github/codeql-action/init@df32e399139a3050671466d7d9b3cbacc1cfd034 # v2.22.8
2424
with:
2525
languages: go

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ HELM_OPTS ?= --set logLevel=debug \
1212
help: ## Display help
1313
@awk 'BEGIN {FS = ":.*##"; printf "Usage:\n make \033[36m<target>\033[0m\n"} /^[a-zA-Z_0-9-]+:.*?##/ { printf " \033[36m%-15s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)
1414

15-
presubmit: verify test licenses vulncheck ## Run all steps required for code to be checked in
15+
presubmit: verify test licenses # vulncheck ## Run all steps required for code to be checked in
1616

1717
install-kwok: ## Install kwok provider
1818
UNINSTALL_KWOK=false ./hack/install-kwok.sh

0 commit comments

Comments
 (0)