fix(security): use project-specific ntfy topic st_limidev_security
CI Pipeline with Test Management / 🧪 Run Tests & Generate Reports (push) Waiting to run
CI Pipeline with Test Management / 🐳 Docker Integration Tests (push) Blocked by required conditions
CI Pipeline with Test Management / 🏗️ Build Docker Image (push) Blocked by required conditions
CI Pipeline with Test Management / 📊 Generate Test Summary (push) Blocked by required conditions
Test Reporting & Gherkin Analysis / 🧪 Run Tests & Generate Reports (push) Waiting to run
Test Reporting & Gherkin Analysis / 📊 Analyze Test Coverage (push) Blocked by required conditions
Test Reporting & Gherkin Analysis / 🔄 Sync with Linear (push) Blocked by required conditions
Test Reporting & Gherkin Analysis / ⚡ Performance Monitoring (push) Blocked by required conditions

This commit is contained in:
Do Siki
2026-08-22 14:04:50 +02:00
parent de0bd2fc07
commit 8903ec9562
+1 -1
View File
@@ -15,7 +15,7 @@ set -uo pipefail
LOG="${SECURITY_SCAN_LOG:-/home/sadmin/websitedev/security-scan.log}"
CPU_THRESHOLD="${SECURITY_SCAN_CPU_THRESHOLD:-200}"
NTFY_TOPIC="${SECURITY_SCAN_NTFY_TOPIC:-st_security}"
NTFY_TOPIC="${SECURITY_SCAN_NTFY_TOPIC:-st_limidev_security}"
NTFY_CRED="${SECURITY_SCAN_NTFY_CRED:-/etc/ntfy/credentials/auth.env}"
NTFY_URL="${SECURITY_SCAN_NTFY_URL:-http://127.0.0.1:2586}"
FINDINGS=0