diff --git a/.github/workflows/code-scanning.yml b/.github/workflows/code-scanning.yml index 6860815..0f09686 100644 --- a/.github/workflows/code-scanning.yml +++ b/.github/workflows/code-scanning.yml @@ -82,7 +82,7 @@ jobs: fetch-depth: 0 - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@1aa570d5235ac1bb571b6ad857c5ca3ba3670b74 # v12.2798.0 + uses: bridgecrewio/checkov-action@73b026fe167ab699ff25fd3a0b65c2760a7de160 # v12.2801.0 with: directory: ./ framework: terraform diff --git a/.github/workflows/go-terratest.yml b/.github/workflows/go-terratest.yml index 7efc091..99815f3 100644 --- a/.github/workflows/go-terratest.yml +++ b/.github/workflows/go-terratest.yml @@ -29,4 +29,5 @@ jobs: working-directory: test run: | chmod 700 ../scripts/redact-output.sh - go test -v | ../scripts/redact-output.sh + go test -v | tee >(../scripts/redact-output.sh) + exit ${PIPESTATUS[0]}