Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
jjw24 committed Feb 7, 2025
1 parent f6b4c7d commit ad0fdca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/virustotal-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ jobs:
- name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v4
id: vt
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
files: |
./VirusTotal_Tests/*
./VirusTotal_Tests/*
- name: 'Echo Analysis Links'
run: echo ${{ steps.vt.outputs.analysis }}

0 comments on commit ad0fdca

Please sign in to comment.