From 0c203a4f789ab0dffef8eba66ff07ddfee7805c4 Mon Sep 17 00:00:00 2001 From: Adin Ermie Date: Tue, 26 Mar 2024 10:37:11 -0400 Subject: [PATCH] Update terrascan-workflow.yml Updated to new Action, due to security alert --- .github/workflows/terrascan-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terrascan-workflow.yml b/.github/workflows/terrascan-workflow.yml index 285a2e7..b432dc3 100644 --- a/.github/workflows/terrascan-workflow.yml +++ b/.github/workflows/terrascan-workflow.yml @@ -14,7 +14,7 @@ jobs: - name: Run Terrascan IaC Scanner id: terrascan - uses: accurics/terrascan-action@main + uses: tenable/terrascan-action@main with: iac_type: 'terraform' #Required (helm, k8s, kustomize, terraform) iac_version: 'v14' #(helm: v3, k8s: v1, kustomize: v3, terraform: v12, v14)