chore(API): skip safety vulnerabilities related to asteval (#8076)

This commit is contained in:
Víctor Fernández Poyatos
2025-06-20 14:28:23 +02:00
committed by GitHub
parent 3ec57340a0
commit 223aab8ece
+2 -1
View File
@@ -169,8 +169,9 @@ jobs:
- name: Safety
working-directory: ./api
if: steps.are-non-ignored-files-changed.outputs.any_changed == 'true'
# 76352 and 76353 come from SDK, but they cannot upgrade it yet. It does not affect API
run: |
poetry run safety check --ignore 70612,66963,74429
poetry run safety check --ignore 70612,66963,74429,76352,76353
- name: Vulture
working-directory: ./api