0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 01:12:13 +02:00

Add experimental VirusTotal scan

This step should automatically upload Gradle builds to VirusTotal and check for any false positives (like that one from McAfee we had a couple years ago).

...or it might just crash. We'll see.
This commit is contained in:
Alexander01998 2023-10-03 19:09:37 +02:00 committed by GitHub
parent 530b2b2c13
commit 8b35ced01d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,3 +33,9 @@ jobs:
uses: gradle/gradle-build-action@v2
- name: Execute Gradle build
run: ./gradlew build
- name: VirusTotal scan
uses: crazy-max/ghaction-virustotal@v4
with:
vt_api_key: ${{ secrets.VIRUSTOTAL_API_KEY }}
files: |
build/libs/.+jar$