mirror of
https://github.com/yuliskov/SmartTube.git
synced 2026-02-06 14:50:38 -06:00
virus total workflow 4
This commit is contained in:
11
.github/workflows/virustotal_scan.yml
vendored
11
.github/workflows/virustotal_scan.yml
vendored
@@ -14,11 +14,12 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Download Release Assets
|
||||
uses: actions/download-release-asset@v1
|
||||
with:
|
||||
release_id: ${{ github.event.release.id }}
|
||||
path: ./release_assets
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
mkdir -p release_assets
|
||||
gh release download ${{ github.event.release.tag_name }} --dir ./release_assets --pattern "*"
|
||||
|
||||
|
||||
- name: VirusTotal Scan
|
||||
uses: cssnr/virustotal-action@v1
|
||||
|
||||
Reference in New Issue
Block a user