Files
Charon/.github/skills/integration-test-waf-scripts/run.sh
2026-03-04 18:34:49 +00:00

11 lines
280 B
Bash

#!/usr/bin/env bash
set -euo pipefail
# Integration Test WAF - Wrapper Script
# Tests generic WAF integration
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
PROJECT_ROOT="$(cd "${SCRIPT_DIR}/../../.." && pwd)"
exec "${PROJECT_ROOT}/scripts/waf_integration.sh" "$@"