Skip to content

Commit 74fd55c

Browse files
author
Taisly
committed
Add Codex plugin scanner workflow
1 parent 58e128f commit 74fd55c

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Plugin Security Scan
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- main
8+
9+
permissions:
10+
contents: read
11+
12+
jobs:
13+
scan:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/checkout@v4
17+
- uses: hashgraph-online/ai-plugin-scanner-action@v1
18+
with:
19+
plugin_dir: "."
20+
fail_on_severity: high

0 commit comments

Comments
 (0)