LCORE-1271: Use user-facing index names from LCORE config instead of llama-stack IDs #3665
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" |