feat: Add natural language analytics dashboard #26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. |