Skip to content

Commit 063e952

Browse files
authored
fix(build): include go package licenses in sbom fixes#2363 (#2364)
Signed-off-by: Victoria <[email protected]>
1 parent b75b7bc commit 063e952

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ jobs:
106106

107107
- name: Generate SBOMs, upload to release and attest
108108
id: attest_goreleaser
109+
env:
110+
SYFT_GOLANG_SEARCH_REMOTE_LICENSES: "true"
109111
run: |
110112
# goreleaser output resides in dist/artifacts.json
111113
# Attest all built containers and manifests

0 commit comments

Comments
 (0)