Skip to content

Commit 2be8203

Browse files
authored
Merge pull request #889 from cisagov/NV-fix-deprecated-backend-safety-check
Update github security workflow to fix deprecated safety check
2 parents c2dc9fc + 5766570 commit 2be8203

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/security.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,3 @@ jobs:
8484
path: ~/.cache/pip
8585
key: pip-${{ hashFiles('**/requirements.txt') }}
8686
restore-keys: pip-
87-
- run: pip install safety
88-
- run: |
89-
safety check -r worker/requirements.txt \
90-
--policy-file ./worker/.safety-policy.yml

0 commit comments

Comments
 (0)