We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16013b9 commit 42e1c8fCopy full SHA for 42e1c8f
Makefile
@@ -498,7 +498,7 @@ tidy-check: tidy
498
licenses: $(LICENSES_FILE) ## generate licenses.txt
499
500
$(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) .
+ GOEXPERIMENT= $(GO) run $(TRIVY_PACKAGE) fs --quiet --scanners license --exit-code 0 --format spdx --output $(LICENSES_FILE) .
502
503
generate-ini-sqlite:
504
sed -e 's|{{REPO_TEST_DIR}}|${REPO_TEST_DIR}|g' \
0 commit comments