Skip to content

feat: Add natural language analytics dashboard #26

feat: Add natural language analytics dashboard

feat: Add natural language analytics dashboard #26

name: Promptfoo Code Scan
on:
pull_request:
types: [opened]
jobs:
security-scan:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
id-token: write
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Promptfoo Code Scan
uses: promptfoo/code-scan-action@v0
with:
min-severity: medium
guidance: |
- Always comment on a block of code—never just a single line. And always make sure the start line comes before the end line.