Skip to content

Commit ad0fdca

Browse files
committed
add
1 parent f6b4c7d commit ad0fdca

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/virustotal-scan.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ jobs:
2424
2525
- name: VirusTotal Scan
2626
uses: crazy-max/ghaction-virustotal@v4
27+
id: vt
2728
with:
2829
vt_api_key: ${{ secrets.VT_API_KEY }}
2930
files: |
30-
./VirusTotal_Tests/*
31+
./VirusTotal_Tests/*
32+
33+
- name: 'Echo Analysis Links'
34+
run: echo ${{ steps.vt.outputs.analysis }}

0 commit comments

Comments
 (0)