Skip to content

Commit

Permalink
fix zaproxy image
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Aug 22, 2024
1 parent be9a864 commit 40508f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/producers/zaproxy/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
description: The workspace containing the source-code to scan.
steps:
- name: run-zap
image: docker.io/owasp/zap2docker-stable:2.12.0
image: ghcr.io/zaproxy/zaproxy:stable
script: |
#! /bin/bash
set -ex
Expand Down
5 changes: 2 additions & 3 deletions examples/pipelines/dast-project/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ kind: Kustomization
nameSuffix: -dast-project
components:
- pkg:helm/dracon-oss-components/base
- pkg:helm/dracon-oss-components/git-clone
- pkg:helm/dracon-oss-components/producers/zaproxy
- pkg:helm/dracon-oss-components/producer-zaproxy
- pkg:helm/dracon-oss-components/producer-aggregator
- pkg:helm/dracon-oss-components/enricher-deduplication
- pkg:helm/dracon-oss-components/enricher-aggregator
- pkg:helm/dracon-oss-components/consumer-mongodb
- pkg:helm/dracon-oss-components/consumer-elasticsearch
- pkg:helm/dracon-oss-components/consumer-elasticsearch

0 comments on commit 40508f0

Please sign in to comment.