Skip to content

Commit 58d1b17

Browse files
author
sangeet-joy_xero
committed
removed vulnerable package check pipeline
1 parent 31d181d commit 58d1b17

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build-test-lint.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ jobs:
3131
pip install -r requirements.txt -r requirements/dev.txt
3232
working-directory: xero-python
3333

34-
- name: Check vulnerable packages
35-
run: pip-audit -r requirements.txt -r requirements/dev.txt
36-
working-directory: xero-python
37-
3834
- name: Run Flake8
3935
run: flake8 xero_python
4036
working-directory: xero-python

0 commit comments

Comments
 (0)