Skip to content

Commit

Permalink
builds: Add VirusTotal scan step to release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Postcount CI committed Mar 3, 2023
1 parent 310d13c commit 0a36598
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,14 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
virustotal:
needs: goreleaser
runs-on: ubuntu-latest
steps:
-
name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v3
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
files: |
*ai-commit_*
16 changes: 0 additions & 16 deletions .github/workflows/virus-scan.yaml

This file was deleted.

0 comments on commit 0a36598

Please sign in to comment.