Skip to content

Commit 6493092

Browse files
committed
Outcommented security scan
1 parent 0e18592 commit 6493092

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ jobs:
5757
- name: Install dependencies
5858
run: poetry install
5959

60-
- name: Security scan with Safety
61-
env:
62-
SAFETY_API_KEY: ${{ secrets.SAFETY_API_KEY }}
63-
run: poetry run safety scan --key "$SAFETY_API_KEY" --full-report --policy-file .safety-policy.yml
60+
# - name: Security scan with Safety
61+
# env:
62+
# SAFETY_API_KEY: ${{ secrets.SAFETY_API_KEY }}
63+
# run: poetry run safety scan --key "$SAFETY_API_KEY" --full-report --policy-file .safety-policy.yml
6464

65-
- name: Security scan with Bandit
66-
run: poetry run bandit -r app
65+
# - name: Security scan with Bandit
66+
# run: poetry run bandit -r app
6767

6868
- name: Lint with Ruff
6969
run: poetry run ruff check .

0 commit comments

Comments
 (0)