diff --git a/.github/workflows/pr-code-security.yml b/.github/workflows/pr-code-security.yml new file mode 100644 index 000000000..5e97ec434 --- /dev/null +++ b/.github/workflows/pr-code-security.yml @@ -0,0 +1,14 @@ +name: PR Code Security + +on: + pull_request: + branches: [pgbouncer-mode] + +jobs: + secret-detection: + name: Secret Detection + uses: prisma/.github/.github/workflows/secret_detection.yml@main + secrets: inherit + code-scanning: + name: Code Scanning + uses: prisma/.github/.github/workflows/code_scanning.yml@main