diff --git a/.github/workflows/virustotal-scan.yml b/.github/workflows/virustotal-scan.yml index 8df2f5e8e..46c0506c7 100644 --- a/.github/workflows/virustotal-scan.yml +++ b/.github/workflows/virustotal-scan.yml @@ -24,7 +24,11 @@ jobs: - name: VirusTotal Scan uses: crazy-max/ghaction-virustotal@v4 + id: vt with: vt_api_key: ${{ secrets.VT_API_KEY }} files: | - ./VirusTotal_Tests/* \ No newline at end of file + ./VirusTotal_Tests/* + + - name: 'Echo Analysis Links' + run: echo ${{ steps.vt.outputs.analysis }} \ No newline at end of file