Skip to content

arddluma/gh-action-virustotal-link-checker

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gh-action-virustotal-link-checker

GitHub action to check for Malicious URLs using VirusTotal API

Get VirusTotal API KEY here

Due to VirusTotal API personal limits, GH Action checks each url every 30 seconds

Idea: Thanks to Eric Siu a.k.a randomishwalk issue link

Demo action run

Example:

name: Check Malicious Links

on:
  push:
    branches:
      - 'main'
  pull_request:
    branches:
      - 'main'

jobs:
  check-links:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout Repo
        uses: actions/checkout@v4

      - name: Run VirusTotal Link Checker
        uses: arddluma/gh-action-virustotal-link-checker@v1.0.0
        with:
            virustotal-api-key: ${{ secrets.VIRUS_TOTAL_API_KEY }}
            filename: 'README.md'
            malicious_threshold: 1
            suspicious_threshold: 1

About

GitHub action to check for Malicious URLs using VirusTotal API

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published