Skip to content

Add PR Code Security Workflow #2

Add PR Code Security Workflow

Add PR Code Security Workflow #2

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