thgtoa/.github/workflows/vt-scan.yml

27 lines
543 B
YAML
Raw Normal View History

2023-07-29 11:31:19 -04:00
name: '🦠 VirusTotal Scan'
2023-06-10 17:48:09 -04:00
on:
2023-06-10 18:06:18 -04:00
pull_request:
2023-06-10 17:48:09 -04:00
push:
jobs:
2023-06-10 18:03:49 -04:00
build:
runs-on: ubuntu-latest
steps:
2023-07-29 11:31:19 -04:00
- name: '📦 Checkout'
2023-06-10 18:03:49 -04:00
uses: actions/checkout@v3
2023-07-29 11:31:19 -04:00
- name: '📦 Set up Go'
uses: actions/setup-go@v4
with:
go-version: '1.20.6'
- run: go version
2023-06-10 17:48:09 -04:00
2023-07-29 11:31:19 -04:00
- name: '🦠 Scan PDF files using VT'
uses: crazy-max/ghaction-virustotal@v3
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
files: |
2023-06-10 17:56:35 -04:00
export/guide.pdf
export/guide.odt