Skip to content

Commit 2d120dd

Browse files
authored
bye-bye-code-guru (#1339)
* bye-bye-code-guru * add ignore for pip warning
1 parent dbf5e8e commit 2d120dd

File tree

2 files changed

+2
-39
lines changed

2 files changed

+2
-39
lines changed

.github/workflows/codeguru-reviewer.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/workflows/security-scan.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ jobs:
3737
run: |
3838
# GHSA-wfm5-v35h-vwf4 gitpython is a dependency of pip-audit not cid-cmd
3939
# GHSA-cwvm-v4w8-q58c gitpython is a dependency of pip-audit not cid-cmd
40+
# GHSA-4xh5-x5gv-qwph pip not cid-cmd
4041
# GHSA-pq67-6m6q-mj2v urllib3 <1.7 is a dep of boto3 need to wait till it updates to urllib3 2.5.0
41-
pip-audit --ignore-vuln GHSA-wfm5-v35h-vwf4 --ignore-vuln GHSA-cwvm-v4w8-q58c --ignore-vuln GHSA-pq67-6m6q-mj2v
42+
pip-audit --ignore-vuln GHSA-wfm5-v35h-vwf4 --ignore-vuln GHSA-cwvm-v4w8-q58c --ignore-vuln GHSA-pq67-6m6q-mj2v --ignore-vuln GHSA-4xh5-x5gv-qwph
4243
4344
python-pylint-cid:
4445
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)