We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e18592 commit 6493092Copy full SHA for 6493092
1 file changed
.github/workflows/ci.yml
@@ -57,13 +57,13 @@ jobs:
57
- name: Install dependencies
58
run: poetry install
59
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
+ # - name: Security scan with Safety
+ # env:
+ # SAFETY_API_KEY: ${{ secrets.SAFETY_API_KEY }}
+ # run: poetry run safety scan --key "$SAFETY_API_KEY" --full-report --policy-file .safety-policy.yml
64
65
- - name: Security scan with Bandit
66
- run: poetry run bandit -r app
+ # - name: Security scan with Bandit
+ # run: poetry run bandit -r app
67
68
- name: Lint with Ruff
69
run: poetry run ruff check .
0 commit comments