Skip to content

Komodo DeFi Framework v2.1.0-beta #53

Komodo DeFi Framework v2.1.0-beta

Komodo DeFi Framework v2.1.0-beta #53

Workflow file for this run

name: VirusTotal Scan
on:
release:
types: [created, edited, released, published]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
virustotal:
runs-on: ubuntu-latest
steps:
- name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v3
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
update_release_body: true
files: |
.zip$