File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2222 run : pip install bandit
2323
2424 - name : Run Bandit security scan
25+ continue-on-error : true
2526 run : |
26- bandit -r kcn_proxy/ -f json -o bandit-report.json || true
27+ bandit -r kcn_proxy/ -f json -o bandit-report.json
2728 bandit -r kcn_proxy/ -f txt
2829
2930 - name : Upload Bandit report
@@ -50,12 +51,12 @@ jobs:
5051 uses : actions/checkout@v4
5152
5253 - name : Initialize CodeQL
53- uses : github/codeql-action/init@v2
54+ uses : github/codeql-action/init@v3
5455 with :
5556 languages : ${{ matrix.language }}
5657
5758 - name : Autobuild
58- uses : github/codeql-action/autobuild@v2
59+ uses : github/codeql-action/autobuild@v3
5960
6061 - name : Perform CodeQL Analysis
61- uses : github/codeql-action/analyze@v2
62+ uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments