From df9bc408a179804d78c6aec5e5a7a17981149171 Mon Sep 17 00:00:00 2001 From: nopeitsnothing Date: Sat, 10 Jun 2023 22:03:49 +0000 Subject: [PATCH] Update vt-scan.yml Final iteration --- .github/workflows/vt-scan.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/vt-scan.yml b/.github/workflows/vt-scan.yml index 38654bc..3cb3ab3 100644 --- a/.github/workflows/vt-scan.yml +++ b/.github/workflows/vt-scan.yml @@ -1,18 +1,20 @@ -name: VirusTotal Scan +name: release on: - pull_request: + pull request: push: jobs: - scan: + build: runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v2 + - name: 📦 Checkout + uses: actions/checkout@v3 - - name: Scan files + - 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 }}