Skip to content

Commit 3f10706

Browse files
committed
Bug fix
Signed-off-by: Prabhu Subramanian <[email protected]>
1 parent ba585ec commit 3f10706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dockertests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
path: 'repotests/NodeGoat'
115115
- name: Test container images
116116
run: |
117-
mkdir -p containertests_${{ matrix.os }} ${RUNNER_TEMP}/cdxgen-temp
117+
mkdir -p containertests_${{ matrix.os }} /tmp/cdxgen-temp
118118
uv pip install -r contrib/requirements.txt
119119
cp contrib/csaf.toml repotests/microservices-demo/csaf.toml
120120
cp contrib/csaf.toml repotests/NodeGoat/csaf.toml
@@ -126,7 +126,7 @@ jobs:
126126
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
127127
PYTHONUTF8: 1
128128
SCAN_DEBUG_MODE: debug
129-
CDXGEN_TEMP_DIR: ${{ runner.temp }}/cdxgen-temp
129+
CDXGEN_TEMP_DIR: /tmp/cdxgen-temp
130130
- uses: actions/upload-artifact@v4
131131
with:
132132
name: containertests_${{ matrix.os }}

0 commit comments

Comments
 (0)