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 ead2fd0 commit 819ae28Copy full SHA for 819ae28
Makefile
@@ -495,7 +495,7 @@ tidy-check: tidy
495
exit 1; \
496
fi
497
498
-licenses: $(LICENSES_FILE) ## regenerate go licenses
+licenses: $(LICENSES_FILE) ## generate licenses.txt
499
500
$(LICENSES_FILE): go.sum pnpm-lock.yaml uv.lock
501
$(GO) run $(TRIVY_PACKAGE) fs --quiet --security-checks license --exit-code 0 --format spdx --output $(LICENSES_FILE) .
0 commit comments