We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf5e8e commit 2d120ddCopy full SHA for 2d120dd
.github/workflows/codeguru-reviewer.yml
.github/workflows/security-scan.yml
@@ -37,8 +37,9 @@ jobs:
37
run: |
38
# GHSA-wfm5-v35h-vwf4 gitpython is a dependency of pip-audit not cid-cmd
39
# GHSA-cwvm-v4w8-q58c gitpython is a dependency of pip-audit not cid-cmd
40
+ # GHSA-4xh5-x5gv-qwph pip not cid-cmd
41
# GHSA-pq67-6m6q-mj2v urllib3 <1.7 is a dep of boto3 need to wait till it updates to urllib3 2.5.0
- 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
43
44
python-pylint-cid:
45
runs-on: ubuntu-latest
0 commit comments