Skip to content

Commit

Permalink
Merged all steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Salvatore Ansani committed Apr 30, 2024
1 parent 86f69e2 commit b27a859
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/virustotal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,9 @@ jobs:
merge-multiple: true
- name: Display structure of downloaded files
run: ls -R .

virustotal:
needs: download
runs-on: ubuntu-latest
steps:
- name: Display structure of downloaded files
run: ls -R .
- name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v4
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
files: |
*.exe
- name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v4
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
files: |
*.exe

0 comments on commit b27a859

Please sign in to comment.