Add security scan workflow for virus scanning

This commit is contained in:
Fozi 2026-05-15 11:12:59 +02:00 committed by GitHub
parent 651db8fbc3
commit 204f6ea705
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

17
.github/workflows/security-scan.yml vendored Normal file
View file

@ -0,0 +1,17 @@
name: Security Scan
on:
workflow_dispatch:
jobs:
job_id:
name: "Scan Virus"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout Repository"
uses: "actions/checkout@v4.0.0"
with:
fetch-depth: 0
- name: "Scan Repository"
uses: "hugoalh/scan-virus-ghaction@v0.20.1"