Skip to content

Commit a549c2f

Browse files
committed
chore: try something else
1 parent f1f74d1 commit a549c2f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/demo-scan-with-image.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v4
1717

18-
- name: Run EOL Scan with Docker
18+
- name: Make workspace writable
19+
run: chmod -R 777 $GITHUB_WORKSPACE
20+
21+
- name: Run EOL Scan
1922
run: |
2023
docker run --rm \
2124
-v $GITHUB_WORKSPACE:/app \
2225
-w /app \
23-
--user $(id -u):$(id -g) \
2426
ghcr.io/herodevs/eol-scan --save
2527
2628
- name: Upload artifact

0 commit comments

Comments
 (0)