From 9c71ea3087a78d15454d242e18920b6abf96f225 Mon Sep 17 00:00:00 2001 From: Jay Udey Date: Tue, 2 Sep 2025 09:14:48 -0500 Subject: [PATCH 1/3] try using id --- .github/workflows/tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a01a6b8..14e1b9b 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -62,3 +62,4 @@ jobs: with: path: ./ format: cyclonedx-json + id: go-${{ matrix.go }} From 51334a176d529b92e2a8b6b558c28d9e0e4236db Mon Sep 17 00:00:00 2001 From: Jay Udey Date: Tue, 2 Sep 2025 09:17:11 -0500 Subject: [PATCH 2/3] proper location --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 14e1b9b..7d38849 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -59,7 +59,7 @@ jobs: retention-days: 7 - uses: anchore/sbom-action@v0 + id: go-${{ matrix.go }} with: path: ./ format: cyclonedx-json - id: go-${{ matrix.go }} From 7c0269c3c777ab65bc46d7f6463f84223f183021 Mon Sep 17 00:00:00 2001 From: jayudey-wf Date: Tue, 2 Sep 2025 09:24:09 -0500 Subject: [PATCH 3/3] utilize different naming convention --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 7d38849..95a6ee8 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -59,7 +59,7 @@ jobs: retention-days: 7 - uses: anchore/sbom-action@v0 - id: go-${{ matrix.go }} with: path: ./ format: cyclonedx-json + artifact-name: ${{ matrix.go }}-sbom.spdx