We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 278641f + ec59d58 commit d18e6fcCopy full SHA for d18e6fc
1 file changed
.github/workflows/pr-code-security.yml
@@ -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