mirror of
https://github.com/K-Dense-AI/claude-scientific-skills.git
synced 2026-03-27 07:09:27 +08:00
Add Skill scanner
This commit is contained in:
13
.github/workflows/scan-skills.yml
vendored
Normal file
13
.github/workflows/scan-skills.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# .github/workflows/scan-skills.yml
|
||||||
|
name: Scan Skills
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
paths: ["scientific-skills/**"]
|
||||||
|
jobs:
|
||||||
|
scan:
|
||||||
|
uses: cisco-ai-defense/skill-scanner/.github/workflows/scan-skills.yml@main
|
||||||
|
with:
|
||||||
|
skill_path: scientific-skills
|
||||||
|
permissions:
|
||||||
|
security-events: write
|
||||||
|
contents: read
|
||||||
Reference in New Issue
Block a user