From 79961b8a0a018bf2287f2a662dc8f07721d492b9 Mon Sep 17 00:00:00 2001 From: Gustavo Caso Date: Mon, 30 Oct 2023 17:38:41 +0100 Subject: [PATCH] add appsec scenario to system test action --- .github/workflows/system-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml index e5176be0639..8369411a4ad 100644 --- a/.github/workflows/system-tests.yml +++ b/.github/workflows/system-tests.yml @@ -170,6 +170,9 @@ jobs: - library: ruby app: rails70 scenario: APPSEC_AUTO_EVENTS_EXTENDED + - library: ruby + app: rails70 + scenario: APPSEC_API_SECURITY - library: ruby app: rack scenario: APPSEC_RULES_MONITORING_WITH_ERRORS