8000 [SCB-Bot] Upgraded kubeaudit from v0.14.2 to v0.15.0 by secureCodeBoxBot · Pull Request #826 · secureCodeBox/secureCodeBox · GitHub
[go: up one dir, main page]

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions scanners/kubeaudit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@
apiVersion: v2
name: kubeaudit
description: A Helm chart for the kubeaudit security scanner that integrates with the secureCodeBox.

type: application
version: v3.1.0-alpha1
appVersion: "v0.14.2"
appVersion: "0.15.0"
kubeVersion: ">=v1.11.0-0"

annotations:
versionApi: https://api.github.com/repos/Shopify/kubeaudit/releases/latest

keywords:
- security
- kubeaudit
Expand Down
2 changes: 1 addition & 1 deletion scanners/kubeaudit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Kubeaudit"
category: "scanner"
type: "Kubernetes"
state: "released"
appVersion: "v0.14.2"
appVersion: "0.15.0"
usecase: "Kubernetes Configuration Scanner"
---

Expand Down
2 changes: 1 addition & 1 deletion scanners/kubeaudit/templates/kubeaudit-scan-type.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: kubeaudit
image: "securecodebox/scanner-kubeaudit:{{ .Chart.AppVersion }}"
image: "{{ .Values.scanner.image.repository }}:{{ .Values.scanner.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.scanner.image.pullPolicy }}
command:
- "sh"
Expand Down
0