Merge branch 'lightspeed-core:main' into konflux_e2e_fix #710
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" |