Skip to content

ci: on push only, no auto fixes, override to exit on fail #23

ci: on push only, no auto fixes, override to exit on fail

ci: on push only, no auto fixes, override to exit on fail #23

name: '🦠 VirusTotal Scans'
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: '📦 Checkout'
uses: actions/checkout@v4
- name: '📦 Set up Go'
uses: actions/setup-go@v5
with:
go-version: '1.20.6'
- run: go version
- name: '🦠 Scan PDF files using VT'
uses: crazy-max/ghaction-virustotal@v4
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
files: |
export/*.pdf