Skip to content

Commit 394be56

Browse files
feat(security): add socket-security workflow
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 8a189b6 commit 394be56

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Socket Security
2+
on:
3+
push:
4+
branches: [main, master]
5+
pull_request:
6+
branches: [main, master]
7+
permissions:
8+
contents: read
9+
concurrency:
10+
group: socket-${{ github.ref }}
11+
cancel-in-progress: true
12+
jobs:
13+
socket:
14+
uses: CloudIngenium/.github/.github/workflows/socket-security.yml@main
15+
secrets: inherit

0 commit comments

Comments
 (0)