Skip to content

Commit 6031620

Browse files
committed
add virustotal scan to CI release workflow
1 parent 7f9e611 commit 6031620

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/release.yml

+10
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,16 @@ jobs:
410410
rm -v release/._ArduinoCreateAgent*.dmg
411411
mv -v ArduinoCreateAgent-windows*/* release/
412412
413+
- name: VirusTotal Scan
414+
uses: crazy-max/ghaction-virustotal@v2
415+
with:
416+
vt_api_key: ${{ secrets.VIRUSTOTAL_API_KEY }}
417+
vt_monitor: true
418+
files: |
419+
release/*.exe
420+
arduino-create-agent-windows-2019-386/arduino-create-agent.exe
421+
arduino-create-agent-windows-2019-amd64/arduino-create-agent.exe
422+
413423
- name: Create Github Release
414424
uses: actions/create-release@v1
415425
env:

0 commit comments

Comments
 (0)