From af74e53261c3a2cae12592523b8f69435361eded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 00:23:12 +0000 Subject: [PATCH 1/2] Bump bridgecrewio/checkov-action from 12.2798.0 to 12.2801.0 Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.2798.0 to 12.2801.0. - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](https://github.com/bridgecrewio/checkov-action/compare/1aa570d5235ac1bb571b6ad857c5ca3ba3670b74...73b026fe167ab699ff25fd3a0b65c2760a7de160) --- updated-dependencies: - dependency-name: bridgecrewio/checkov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/code-scanning.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From a7bbb4d17325d2116f7ddef7ebaa774119dc6be5 Mon Sep 17 00:00:00 2001 From: Aaron Robinson <41325732+ASTRobinson@users.noreply.github.com> Date: Tue, 2 Jul 2024 11:26:25 +0100 Subject: [PATCH 2/2] update-go-terratest --- .github/workflows/go-terratest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]}