Skip to content

Commit

Permalink
ci: fix virustotal action
Browse files Browse the repository at this point in the history
  • Loading branch information
WoozyMasta committed Dec 10, 2024
1 parent d9405e0 commit 80a2076
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ jobs:
virustotal:
runs-on: ubuntu-latest
steps:
- name: VirusTotal Scan
uses: cssnr/virustotal-action@v1
- name: VirusTotal Artifacts Scan
uses: WoozyMasta/virustotal-action@v1.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
vt_api_key: ${{ secrets.VT_API_KEY }}
rate_limit: 4
update_release: true
file_globs: |
bercon-cli-linux-*
**/bercon-cli-darwin-*
**/bercon-cli-linux-*
**/bercon-cli-windows-*.exe
bercon-cli-*
!*.sbom.json

0 comments on commit 80a2076

Please sign in to comment.