mirror of
https://github.com/bakito/adguardhome-sync.git
synced 2025-10-26 11:19:54 +00:00
16 lines
339 B
YAML
16 lines
339 B
YAML
name: Scan GitHub Release with VirusTotal
|
|
|
|
on:
|
|
release:
|
|
types: [released]
|
|
|
|
jobs:
|
|
scan_release:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- name: Analyze Build Assets
|
|
uses: bakito/virustotal-action@main
|
|
with:
|
|
release_name: ${{github.event.release.tag_name}}
|
|
vt_api_key: ${{secrets.VT_API_KEY}} |