Skip to content

Commit 336101e

Browse files
authored
Revert "Add bandit to the CI pipeline (#619)"
This reverts commit b4d719f.
1 parent 147205a commit 336101e

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/security.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,3 @@ jobs:
2828
TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db
2929
TRIVY_USERNAME: ${{ github.actor }}
3030
TRIVY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
31-
32-
bandit:
33-
runs-on: ubuntu-latest
34-
name: Bandit
35-
steps:
36-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
37-
- name: Set up Python
38-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
39-
with:
40-
python-version: "3.12"
41-
42-
- name: Install dependencies
43-
run: |
44-
python -m pip install --upgrade pip
45-
pip install bandit
46-
47-
- name: Run bandit
48-
run: |
49-
bandit -r ./src/codegate

0 commit comments

Comments
 (0)