mirror of
https://github.com/fnsign/embedded-omnisearch.git
synced 2026-07-22 06:58:08 +00:00
chore: add permissions section to security scan workflow
This commit is contained in:
parent
2c68ada51b
commit
f93968d994
1 changed files with 3 additions and 0 deletions
3
.github/workflows/security-scan.yml
vendored
3
.github/workflows/security-scan.yml
vendored
|
|
@ -3,6 +3,9 @@ name: Security Scan
|
|||
"on":
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
job_id:
|
||||
name: "Scan Virus"
|
||||
|
|
|
|||
Loading…
Reference in a new issue