Skip to content

Commit

Permalink
#389: fix ts eslint wrapper image reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ptzianos committed Oct 3, 2024
1 parent 49b41f4 commit ff65455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/producers/typescript-eslint/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
description: The workspace containing the source-code to scan.
steps:
- name: run-eslint
image: '{{ default "ghcr.io/ocurity/dracon" .Values.image.registry }}/components/producers/typescript-eslint/eslint-wrapper/eslint:{{ .Chart.AppVersion }}'
image: '{{ default "ghcr.io/ocurity/dracon" .Values.image.registry }}/components/producers/typescript-eslint/eslint-wrapper:{{ .Chart.AppVersion }}'
command: ["/home/node/workspace/eslint-wrapper"]
args:
- -t
Expand Down

0 comments on commit ff65455

Please sign in to comment.