We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 147205a commit 336101eCopy full SHA for 336101e
.github/workflows/security.yml
@@ -28,22 +28,3 @@ jobs:
28
TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db
29
TRIVY_USERNAME: ${{ github.actor }}
30
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
49
- bandit -r ./src/codegate
0 commit comments