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

24 lines
453 B
YAML
Raw Normal View History

2023-06-10 18:03:49 -04:00
name: release
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-06-10 18:03:49 -04:00
- name: 📦 Checkout
uses: actions/checkout@v3
- name: 📦 Set up Go
uses: actions/setup-go@v3
2023-06-10 17:48:09 -04:00
2023-06-10 18:03:49 -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