Skip to content

Commit 101795f

Browse files
committed
ci(security): add pr code security workflow
1 parent 278641f commit 101795f

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: PR Code Security
2+
3+
on:
4+
pull_request:
5+
branches: [pgbouncer-mode]
6+
7+
jobs:
8+
secret-detection:
9+
name: Secret Detection
10+
if: github.event_name == 'pull_request'
11+
uses: prisma/.github/.github/workflows/secret_detection.yml@main
12+
secrets: inherit
13+
code-scanning:
14+
name: Code Scanning
15+
if: github.event_name == 'pull_request'
16+
uses: prisma/.github/.github/workflows/code_scanning.yml@main

0 commit comments

Comments
 (0)