LCORE-2874: Migrate the main branch of lightspeed-stack to RHOAI index + PyPI sdists #6988
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" |