chore(security): Remove safety check ignores as they are fixed (#9752)

This commit is contained in:
Pepe Fagoaga
2026-01-12 12:02:22 +01:00
committed by GitHub
parent 5f2cb614ad
commit 9ee77c2b97
2 changed files with 5 additions and 5 deletions
+1 -3
View File
@@ -60,9 +60,7 @@ jobs:
- name: Safety
if: steps.check-changes.outputs.any_changed == 'true'
# 76352, 76353, 77323 come from SDK, but they cannot upgrade it yet. It does not affect API
# TODO: Botocore needs urllib3 1.X so we need to ignore these vulnerabilities 77744,77745. Remove this once we upgrade to urllib3 2.X
run: poetry run safety check --ignore 70612,66963,74429,76352,76353,77323,77744,77745
run: poetry run safety check
- name: Vulture
if: steps.check-changes.outputs.any_changed == 'true'