mirror of
				https://github.com/mihonapp/mihon-preview.git
				synced 2025-11-04 02:39:10 +01:00 
			
		
		
		
	Add VirusTotal scan
This commit is contained in:
		
							
								
								
									
										18
									
								
								.github/workflows/scan_release.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								.github/workflows/scan_release.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
			
		||||
name: Scan release
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  release:
 | 
			
		||||
    types: [published]
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  virustotal:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
 | 
			
		||||
      - name: VirusTotal scan
 | 
			
		||||
        uses: crazy-max/ghaction-virustotal@v2
 | 
			
		||||
        with:
 | 
			
		||||
          vt_api_key: ${{ secrets.VIRUSTOTAL_API_KEY }}
 | 
			
		||||
          update_release_body: true
 | 
			
		||||
          files: |
 | 
			
		||||
            *.apk$
 | 
			
		||||
		Reference in New Issue
	
	Block a user