Skip to content

Commit 7f54278

Browse files
committed
Add sudo
1 parent 3bb9593 commit 7f54278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security_tests_python_v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ jobs:
286286
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
287287
TMPDIR: /mnt/snyk-tmp
288288
run: |
289-
mkdir -p /mnt/snyk-tmp
289+
sudo mkdir -p /mnt/snyk-tmp
290290
snyk container test ${{ env.ALIBI_DETECT_IMAGE_TAG }}:test \
291291
--severity-threshold=high \
292292
--app-vulns \

0 commit comments

Comments
 (0)