From 433557b04f12fb951482f193bae9c714b947e1f7 Mon Sep 17 00:00:00 2001 From: Hunter Gregory <42728408+huntergregory@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:07:06 -0800 Subject: [PATCH] ci: fix gh action to make PR mergeable Signed-off-by: Hunter Gregory <42728408+huntergregory@users.noreply.github.com> --- .github/workflows/policy-assistant.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/policy-assistant.yml b/.github/workflows/policy-assistant.yml index dab16a7a..6cd54def 100644 --- a/.github/workflows/policy-assistant.yml +++ b/.github/workflows/policy-assistant.yml @@ -116,4 +116,4 @@ jobs: - name: Run Integration Test - Walkthrough Mode run: | - artifacts/policy-assistant analyze --mode walkthrough --policy-path cmd/policy-assistant/examples/demos/kubecon-eu-2024/policies/ + artifacts/policy-assistant analyze --mode walkthrough --policy-path cmd/policy-assistant/examples/demos/kubecon-eu-2024/policies/ --traffic-path cmd/policy-assistant/examples/traffic-example.json