Skip to content

Commit

Permalink
temporarily remove cyclonedx parsing from the checkov producer to com…
Browse files Browse the repository at this point in the history
…ply with the convention that each producer has 1 single producer-issues step
  • Loading branch information
northdpole committed Sep 24, 2024
1 parent d3568bd commit 43b4e2d
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions components/producers/checkov/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
volumeMounts:
- mountPath: /scratch
name: scratch
- name: produce-issues-sarif
- name: produce-issues
imagePullPolicy: IfNotPresent
image: '{{ default "ghcr.io/ocurity/dracon" .Values.image.registry }}/components/producers/checkov:{{ .Chart.AppVersion }}'
command: ["/app/components/producers/checkov/checkov-parser"]
Expand All @@ -45,14 +45,3 @@ spec:
volumeMounts:
- mountPath: /scratch
name: scratch
- name: produce-issues-cyclonedx
imagePullPolicy: IfNotPresent
image: '{{ default "ghcr.io/ocurity/dracon" .Values.image.registry }}/components/producers/checkov:{{ .Chart.AppVersion }}'
command: ["/app/components/producers/checkov/checkov-parser"]
args:
- "-in=/scratch/results_cyclonedx.json"
- "-out=$(workspaces.output.path)/.dracon/producers/checkov-cyclonedx.pb"
- "-target=$(producer-checkov-cyclonedx-target-override)"
volumeMounts:
- mountPath: /scratch
name: scratch

0 comments on commit 43b4e2d

Please sign in to comment.