mirror of
https://github.com/fnsign/embedded-omnisearch.git
synced 2026-07-22 06:58:08 +00:00
Add security scan workflow for virus scanning
This commit is contained in:
parent
651db8fbc3
commit
204f6ea705
1 changed files with 17 additions and 0 deletions
17
.github/workflows/security-scan.yml
vendored
Normal file
17
.github/workflows/security-scan.yml
vendored
Normal 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"
|
||||
|
||||
Loading…
Reference in a new issue