Skip to content

Commit

Permalink
Updated the result xml name so it is included in the output
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanBijkerk authored Aug 16, 2023
1 parent 8b194ab commit c537b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c537b0f

Please sign in to comment.