Skip to content

Commit 6b0997e

Browse files
authored
Merge pull request #1173 from secureCodeBox/dependencies/upgrading-kubeaudit-to-0.17.0
[SCB-Bot] Upgraded kubeaudit from 0.16.0 to 0.17.0
2 parents f3630ed + 3c10a23 commit 6b0997e

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

scanners/kubeaudit/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: kubeaudit
77
description: A Helm chart for the kubeaudit security scanner that integrates with the secureCodeBox.
88
type: application
99
version: v3.1.0-alpha1
10-
appVersion: "0.16.0"
10+
appVersion: "0.17.0"
1111
kubeVersion: ">=v1.11.0-0"
1212
annotations:
1313
versionApi: https://api.github.com/repos/Shopify/kubeaudit/releases/latest

scanners/kubeaudit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Kubeaudit"
33
category: "scanner"
44
type: "Kubernetes"
55
state: "released"
6-
appVersion: "0.16.0"
6+
appVersion: "0.17.0"
77
usecase: "Kubernetes Configuration Scanner"
88
---
99

scanners/kubeaudit/docs/README.DockerHub-Parser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can find resources to help you get started on our [documentation website](ht
4242

4343
## Supported Tags
4444
- `latest` (represents the latest stable release build)
45-
- tagged releases, e.g. `0.16.0`
45+
- tagged releases, e.g. `0.17.0`
4646

4747
## How to use this image
4848
This `parser` image is intended to work in combination with the corresponding security scanner docker image to parse the `findings` results. For more information details please take a look at the documentation page: https://docs.securecodebox.io/docs/scanners/kubeaudit.

scanners/kubeaudit/docs/README.DockerHub-Scanner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can find resources to help you get started on our [documentation website](ht
4242

4343
## Supported Tags
4444
- `latest` (represents the latest stable release build)
45-
- tagged releases, e.g. `0.16.0`
45+
- tagged releases, e.g. `0.17.0`
4646

4747
## How to use this image
4848
This `scanner` image is intended to work in combination with the corresponding `parser` image to parse the scanner `findings` to generic secureCodeBox results. For more information details please take a look at the [project page][scb-docs] or [documentation page][https://docs.securecodebox.io/docs/scanners/kubeaudit].

scanners/kubeaudit/scanner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
FROM golang:1.16.4 AS builder
5+
FROM golang:1.17 AS builder
66

77
ARG scannerVersion=latest
88

0 commit comments

Comments
 (0)