mirror of
https://github.com/bakito/adguardhome-sync.git
synced 2025-10-26 11:19:54 +00:00
test: add virustotal scan for windows files
This commit is contained in:
parent
07a25cd094
commit
c941c8a100
18
.github/workflows/virustotal.yaml
vendored
Normal file
18
.github/workflows/virustotal.yaml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
name: released
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
virustotal:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: VirusTotal Scan
|
||||
uses: crazy-max/ghaction-virustotal@v4
|
||||
with:
|
||||
update_release_body: true
|
||||
vt_api_key: ${{ secrets.VT_API_KEY }}
|
||||
files: |
|
||||
windows_amd64.tar.gz$
|
||||
windows_386.tar.gz$
|
||||
Loading…
Reference in New Issue
Block a user