Skip to content

Commit d18e6fc

Browse files
authored
Merge pull request #10 from prisma/infra/add-pr-code-security-20260306122951
Add PR Code Security Workflow
2 parents 278641f + ec59d58 commit d18e6fc

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
uses: prisma/.github/.github/workflows/secret_detection.yml@main
11+
secrets: inherit
12+
code-scanning:
13+
name: Code Scanning
14+
uses: prisma/.github/.github/workflows/code_scanning.yml@main

0 commit comments

Comments
 (0)