mirror of
https://github.com/fnsign/embedded-omnisearch.git
synced 2026-07-22 06:58:08 +00:00
23 lines
442 B
YAML
23 lines
442 B
YAML
name: Security Scan
|
|
|
|
"on":
|
|
workflow_dispatch:
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
jobs:
|
|
job_id:
|
|
name: "Scan Virus"
|
|
runs-on: "ubuntu-latest"
|
|
steps:
|
|
- name: "Checkout Repository"
|
|
uses: "actions/checkout@v6"
|
|
with:
|
|
fetch-depth: 0
|
|
- name: "Scan Repository"
|
|
uses: "hugoalh/scan-virus-ghaction@v0.20.1"
|
|
with:
|
|
found_summary: true
|
|
statistics_summary: true
|
|
|