mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2025-01-12 07:49:47 -05:00
Update vt-scan.yml
This commit is contained in:
parent
7800b012a2
commit
7ad1772b59
4
.github/workflows/vt-scan.yml
vendored
4
.github/workflows/vt-scan.yml
vendored
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
name: Release: Scan with VT
|
name: Release: Scan with VT
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@ -19,3 +20,6 @@ jobs:
|
|||||||
vt_api_key: ${{ secrets.VT_API_KEY }}
|
vt_api_key: ${{ secrets.VT_API_KEY }}
|
||||||
files: |
|
files: |
|
||||||
export/*.pdf
|
export/*.pdf
|
||||||
|
|
||||||
|
- name: Calculate SHA-256 Hashes
|
||||||
|
run: find . -type f -print0 | xargs -0 sha2
|
||||||
|
Loading…
Reference in New Issue
Block a user