We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67c3c5 commit b62b3eaCopy full SHA for b62b3ea
.github/workflows/build_and_scan.yml
@@ -39,8 +39,7 @@ jobs:
39
name: PythonProjectMngr
40
path: dist/PythonProjectMngr.exe
41
42
- - name: Scan with VirusTotal
43
- if: success() && secrets.VIRUSTOTAL_API_KEY != ''
+ - name: VirusTotal GitHub Action
44
uses: crazy-max/ghaction-virustotal@v4.0.0
45
with:
46
vt_api_key: ${{ secrets.VIRUSTOTAL_API_KEY }}
0 commit comments