mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2025-03-30 18:08:14 -04:00
Integrate with VirusTotal
Automatically scan on release
This commit is contained in:
parent
2dc4b592a7
commit
7800b012a2
21
.github/workflows/vt-scan.yml
vendored
Normal file
21
.github/workflows/vt-scan.yml
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
name: Release: Scan with VT
|
||||
|
||||
on:
|
||||
release: [published]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 📦 Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: 📦 Set up Go
|
||||
uses: actions/setup-go@v3
|
||||
|
||||
- name: 📦 Scan PDF files using VT
|
||||
uses: crazy-max/ghaction-virustotal@v3
|
||||
with:
|
||||
vt_api_key: ${{ secrets.VT_API_KEY }}
|
||||
files: |
|
||||
export/*.pdf
|
Loading…
x
Reference in New Issue
Block a user