Skip to content

Commit

Permalink
Focus on the checkov terraform part
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanBijkerk authored Aug 16, 2023
1 parent 6f084a1 commit 8b194ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
curl -s https://raw.githubusercontent.com/terraform-linters/tflint/master/install_linux.sh | bash
tflint --format junit --recursive > tflint-result.xml
- name: Checkov
- name: Checkov for Terraform
continue-on-error: true
run: |
pip3 install checkov
checkov -o junitxml > checkov-results.xml
checkov --directory ./terraform -o junitxml > checkov-results.xml
- name: Publish test results
uses: EnricoMi/publish-unit-test-result-action@v2
Expand Down

0 comments on commit 8b194ab

Please sign in to comment.