We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f74d1 commit a549c2fCopy full SHA for a549c2f
1 file changed
.github/workflows/demo-scan-with-image.yml
@@ -15,12 +15,14 @@ jobs:
15
- name: Checkout repository
16
uses: actions/checkout@v4
17
18
- - name: Run EOL Scan with Docker
+ - name: Make workspace writable
19
+ run: chmod -R 777 $GITHUB_WORKSPACE
20
+
21
+ - name: Run EOL Scan
22
run: |
23
docker run --rm \
24
-v $GITHUB_WORKSPACE:/app \
25
-w /app \
- --user $(id -u):$(id -g) \
26
ghcr.io/herodevs/eol-scan --save
27
28
- name: Upload artifact
0 commit comments