remove event handler for comunicato #216
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: Security check - Bandit | |
| on: push | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Security check - Bandit | |
| uses: ioggstream/bandit-report-artifacts@v1.7.4 | |
| with: | |
| project_path: src | |
| # ignore_failure: true | |
| # This is optional | |
| #- name: Security check report artifacts | |
| # uses: actions/upload-artifact@v4 | |
| # with: | |
| # name: Security report | |
| # path: output/security_report.txt | |