Skip to content

Commit 1e51ae9

Browse files
committed
change CI logic with safety
1 parent c0b624c commit 1e51ae9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ jobs:
158158
run: |
159159
bandit -r main.py scripts -ll
160160
161-
- name: Dependency security check with safety
162-
run: |
163-
safety check -r requirements-dev.txt
161+
# - name: Dependency security check with safety
162+
# run: |
163+
# safety check -r requirements-dev.txt
164164

165165
# security_secrets_checks:
166166
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)