From 765d470dc25c5916743c969086b9c650c6a9ecef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 10:21:44 +0000 Subject: [PATCH] Bump tenable/terrascan-action from 1.4.1 to 1.5.0 Bumps [tenable/terrascan-action](https://github.com/tenable/terrascan-action) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/tenable/terrascan-action/releases) - [Commits](https://github.com/tenable/terrascan-action/compare/v1.4.1...v1.5.0) --- updated-dependencies: - dependency-name: tenable/terrascan-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/security-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index c5f492a..98129cf 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -36,7 +36,7 @@ jobs: run: cd infra; terraform init - name: Run Terrascan - uses: tenable/terrascan-action@v1.4.1 + uses: tenable/terrascan-action@v1.5.0 with: iac_dir: "infra" iac_type: "terraform"