Skip to content

Commit

Permalink
add dependency check to the sca kustomization
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Aug 22, 2024
1 parent 40508f0 commit 9005e8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/producers/dependency-check/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
description: The workspace containing the source-code to scan.
steps:
- name: run-dependency-check
image: docker.io/owasp/dependency-check:7.4.4
image: owasp/dependency-check:10.0.3
command: [/usr/share/dependency-check/bin/dependency-check.sh]
args:
- -f
Expand Down
1 change: 1 addition & 0 deletions examples/pipelines/sca-project/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ nameSuffix: -sca-project
components:
- pkg:helm/dracon-oss-components/base
- pkg:helm/dracon-oss-components/producer-docker-trivy
- pkg:helm/dracon-oss-components/producer-dependency-check
- pkg:helm/dracon-oss-components/producer-aggregator
- pkg:helm/dracon-oss-components/enricher-codeowners
- pkg:helm/dracon-oss-components/enricher-aggregator
Expand Down

0 comments on commit 9005e8a

Please sign in to comment.