thgtoa/.github/workflows/vt-scan.yml
Workflow config file is invalid. Please check your config file: yaml: mapping values are not allowed in this context
nopeitsnothing 7800b012a2
Integrate with VirusTotal
Automatically scan on release
2023-06-10 21:36:28 +00:00

22 lines
433 B
YAML

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