feat(all): add scope handling in rules

This commit is contained in:
2026-04-01 23:07:20 +02:00
parent 8273d56d4e
commit 5ef8bae1b4
26 changed files with 1129 additions and 1330 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
set -e # Exit immediately if a command exits with a non-zero status
CONTAINER="${1:-postgres}"
CONTAINER="${1:-pgmorbac_postgres_test}"
DB="${2:-morbac_test}"
PG_USER="${3:-postgres}"