We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278641f commit 101795fCopy full SHA for 101795f
1 file changed
.github/workflows/pr-code-security.yml
@@ -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
16
+ uses: prisma/.github/.github/workflows/code_scanning.yml@main
0 commit comments