We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc569d0 commit c0808f5Copy full SHA for c0808f5
1 file changed
.github/workflows/test-scan.yml
@@ -31,7 +31,7 @@ jobs:
31
wget "https://secure.eicar.org/eicar.com.txt"
32
wget "https://secure.eicar.org/eicar.com"
33
wget "https://secure.eicar.org/eicar_com.zip"
34
- wget "https://secure.eicar.org/eicarcom2.zip"
+ wget "https://secure.eicar.org/eicarcom2.zip" || echo "eicarcom2.zip not available, skipping"
35
36
- name: Build image
37
run: docker build -t gitavscan .
0 commit comments