From c537b0f74aaca61a41fe290e43a16f66785804e0 Mon Sep 17 00:00:00 2001 From: Ryan Ververs-Bijkerk Date: Wed, 16 Aug 2023 14:44:06 +0200 Subject: [PATCH] Updated the result xml name so it is included in the output --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 187b945..5cf7e63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: continue-on-error: true run: | pip3 install checkov - checkov --directory ./terraform -o junitxml > checkov-results.xml + checkov --directory ./terraform -o junitxml > checkov-result.xml - name: Publish test results uses: EnricoMi/publish-unit-test-result-action@v2