revert: RLS transactions handling and DB custom backend (#7995)

Co-authored-by: Víctor Fernández Poyatos <victor@prowler.com>
This commit is contained in:
Prowler Bot
2025-06-11 11:19:43 +02:00
committed by GitHub
parent 0eec05bade
commit a517c575dd
10 changed files with 29 additions and 68 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ jobs:
working-directory: ./api
if: steps.are-non-ignored-files-changed.outputs.any_changed == 'true'
run: |
poetry run safety check --ignore 70612,66963,74429
poetry run safety check --ignore 70612,66963,74429,77119
- name: Vulture
working-directory: ./api