Skip to content

Commit

Permalink
fix #460 by fixing the path of the tfsec parser
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Nov 4, 2024
1 parent aeb9e10 commit bfe71e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/producers/terraform-tfsec/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
args:
- "-in=/scratch/out.json"
- "-out=$(workspaces.output.path)/.smithy/producers/terraform-tfsec.pb"
Expand Down
2 changes: 1 addition & 1 deletion examples/pipelines/iac-project/pipelinerun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bfe71e1

Please sign in to comment.