Skip to content

Commit 062d28c

Browse files
authored
Set cdxgen temp dir
1 parent 34c4f7c commit 062d28c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sca-integration-cdxgen.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
--output cdxgen-sbom.cdx.json \
3535
--spec-version 1.6 \
3636
--json-pretty
37-
37+
env:
38+
CDXGEN_TEMP_DIR: ${{ runner.temp }}/cdxgen-temp
3839
- name: Upload SBOM as GitHub Artifact
3940
uses: actions/upload-artifact@v4
4041
with:

0 commit comments

Comments
 (0)