From 97b9a6023b22be5f2cdb91872af2539ba4d2812b Mon Sep 17 00:00:00 2001 From: sg Date: Mon, 4 Nov 2024 09:55:57 +0000 Subject: [PATCH] fix #460 by fixing the path of the tfsec parser --- components/producers/terraform-tfsec/task.yaml | 2 +- examples/pipelines/iac-project/pipelinerun.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/producers/terraform-tfsec/task.yaml b/components/producers/terraform-tfsec/task.yaml index 3534033bf..782e61e38 100644 --- a/components/producers/terraform-tfsec/task.yaml +++ b/components/producers/terraform-tfsec/task.yaml @@ -36,7 +36,7 @@ spec: - name: produce-issues imagePullPolicy: IfNotPresent image: '{{ default "ghcr.io/smithy-security/smithy" .Values.image.registry }}/components/producers/terraform-tfsec:{{ .Chart.AppVersion }}' - command: ["/app/components/producers/terraform-tfsec/tfsec-parser"] + command: ["/app/components/producers/terraform-tfsec/terraform-tfsec-parser"] args: - "-in=/scratch/out.json" - "-out=$(workspaces.output.path)/.smithy/producers/terraform-tfsec.pb" diff --git a/examples/pipelines/iac-project/pipelinerun.yaml b/examples/pipelines/iac-project/pipelinerun.yaml index 2b784d948..870d42abd 100644 --- a/examples/pipelines/iac-project/pipelinerun.yaml +++ b/examples/pipelines/iac-project/pipelinerun.yaml @@ -8,7 +8,7 @@ spec: pipelineRef: name: smithy-iac-project params: - - name: repository_url + - name: git-clone-url value: https://github.com/smithy-security/e2e-monorepo.git - name: producer-docker-trivy-target value: "ubuntu:latest"