We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b41f4 commit 8ad783dCopy full SHA for 8ad783d
components/producers/typescript-eslint/task.yaml
@@ -21,7 +21,7 @@ spec:
21
description: The workspace containing the source-code to scan.
22
steps:
23
- name: run-eslint
24
- 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 }}'
25
command: ["/home/node/workspace/eslint-wrapper"]
26
args:
27
- -t
0 commit comments