From 336101eb551d3d5663109dd0b9a59db9d56ccca0 Mon Sep 17 00:00:00 2001 From: Radoslav Dimitrov Date: Thu, 16 Jan 2025 18:58:24 +0200 Subject: [PATCH] Revert "Add bandit to the CI pipeline (#619)" This reverts commit b4d719f305b05d1034fbacb0ff30ee02aba567a4. --- .github/workflows/security.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 9c9cdb1f..94b324c4 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -28,22 +28,3 @@ jobs: TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db TRIVY_USERNAME: ${{ github.actor }} TRIVY_PASSWORD: ${{ secrets.GITHUB_TOKEN }} - - bandit: - runs-on: ubuntu-latest - name: Bandit - steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - - name: Set up Python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5 - with: - python-version: "3.12" - - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install bandit - - - name: Run bandit - run: | - bandit -r ./src/codegate