Skip to content

Commit c0808f5

Browse files
committed
Fix test: make eicarcom2.zip download optional (404)
1 parent cc569d0 commit c0808f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
wget "https://secure.eicar.org/eicar.com.txt"
3232
wget "https://secure.eicar.org/eicar.com"
3333
wget "https://secure.eicar.org/eicar_com.zip"
34-
wget "https://secure.eicar.org/eicarcom2.zip"
34+
wget "https://secure.eicar.org/eicarcom2.zip" || echo "eicarcom2.zip not available, skipping"
3535
3636
- name: Build image
3737
run: docker build -t gitavscan .

0 commit comments

Comments
 (0)