LCORE-1328 Send x-llamastack-provider-data header with MCP auth to llama-stack #3804
Workflow file for this run
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: Bandit security scanner | |
| on: | |
| - push | |
| - pull_request | |
| jobs: | |
| bandit: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| security-events: write | |
| actions: read | |
| contents: read | |
| pull-requests: read | |
| steps: | |
| - uses: PyCQA/bandit-action@v1 | |
| with: | |
| targets: "src" |