Skip to content

Commit

Permalink
#1902 Rename helm chart and parser name of ZAP-Automation-Framework
Browse files Browse the repository at this point in the history
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
  • Loading branch information
Ilyesbdlala committed May 8, 2024
1 parent fa892d8 commit b5022ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scanners/zap-automation-framework/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# SPDX-License-Identifier: Apache-2.0

apiVersion: v2
name: zap
description: A Helm chart for the OWASP ZAP security scanner that integrates with the secureCodeBox.
name: zap-automation-framework
description: A Helm chart for the OWASP ZAP Automation Framework that integrates with the secureCodeBox.
type: application
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
version: v3.1.0-alpha1
Expand Down
2 changes: 1 addition & 1 deletion scanners/zap-automation-framework/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ imagePullSecrets: []
parser:
image:
# parser.image.repository -- Parser image repository
repository: docker.io/securecodebox/parser-zap
repository: docker.io/securecodebox/parser-zap-automation-framework
# parser.image.tag -- Parser image tag
# @default -- defaults to the charts version
tag: null
Expand Down

0 comments on commit b5022ef

Please sign in to comment.