Skip to content

Commit b4b1720

Browse files
JCBauzacloudingenium-automation[bot]cursoragent
authored
feat(security): add socket-security workflow (#17)
* feat(security): add socket-security workflow Co-authored-by: Cursor <cursoragent@cursor.com> * ci: re-run checks Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: cloudingenium-automation[bot] <277329096+cloudingenium-automation[bot]@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 8a189b6 commit b4b1720

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)