Skip to content

Commit 42e1c8f

Browse files
committed
unset GOEXPERIMENT when running trivy
1 parent 16013b9 commit 42e1c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ tidy-check: tidy
498498
licenses: $(LICENSES_FILE) ## generate licenses.txt
499499

500500
$(LICENSES_FILE): go.sum pnpm-lock.yaml uv.lock
501-
$(GO) run $(TRIVY_PACKAGE) fs --quiet --scanners license --exit-code 0 --format spdx --output $(LICENSES_FILE) .
501+
GOEXPERIMENT= $(GO) run $(TRIVY_PACKAGE) fs --quiet --scanners license --exit-code 0 --format spdx --output $(LICENSES_FILE) .
502502

503503
generate-ini-sqlite:
504504
sed -e 's|{{REPO_TEST_DIR}}|${REPO_TEST_DIR}|g' \

0 commit comments

Comments
 (0)