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
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,14 @@ jobs:
push: true
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}

- name: Update Docker Hub Description
uses: peter-evans/dockerhub-description@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: ${{ env.DOCKER_NAMESPACE }}/auto-discovery-kubernetes
readme-filepath: ./auto-discovery/kubernetes/docs/README.DockerHub-Core.md

# ---- Build Stage | SDK Matrix ----

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-charts-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
dir="$(dirname "${chart}")"
cd "${dir}" || exit
echo "Processing Helm Chart in $dir"
helm package --version $RELEASE_VERSION .
NAME=$(yq eval '.name' - < Chart.yaml)
if [ -d "docs" ]; then
echo "Docs Folder found at: ${dir}/docs"
Expand All @@ -40,6 +39,7 @@ jobs:
else
echo "Ignoring Docs process for Chart $dir, because no `docs` folder found at: ${dir}/docs"
fi
helm package --version $RELEASE_VERSION .

curl --silent --show-error --http1.1 --user "${USERNAME}:${PASSWORD}" --data-binary "@${NAME}-${RELEASE_VERSION}.tgz" "${HELM_REGISTRY}/api/charts"
sleep 5s
Expand Down
2 changes: 1 addition & 1 deletion auto-discovery/kubernetes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: "Automatically creates secureCodeBox Scans for Resources found in t
type: application

# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
version: 3.0.0-beta1
version: v3.1.0-alpha1
kubeVersion: ">=v1.11.0-0"

keywords:
Expand Down
2 changes: 1 addition & 1 deletion demo-targets/bodgeit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

apiVersion: v2
version: v2.7.0-alpha1
version: v3.1.0-alpha1
type: application
appVersion: "v1.4.0"
name: bodgeit
Expand Down
2 changes: 1 addition & 1 deletion demo-targets/dummy-ssh/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

apiVersion: v2
version: v2.7.0-alpha1
version: v3.1.0-alpha1
type: application
appVersion: "v1.0.0"
name: dummy-ssh
Expand Down
2 changes: 1 addition & 1 deletion demo-targets/http-webhook/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: v2.7.0-alpha1
version: v3.1.0-alpha1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion demo-targets/juice-shop/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

apiVersion: v2
version: v2.7.0-alpha1
version: v3.1.0-alpha1
appVersion: "v12.7.0"
name: juice-shop
description: "OWASP Juice Shop: Probably the most modern and sophisticated insecure web application"
Expand Down
2 changes: 1 addition & 1 deletion demo-targets/old-wordpress/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

apiVersion: v2
version: v2.7.0-alpha1
version: v3.1.0-alpha1
appVersion: "4.0"
name: old-wordpress
description: "Insecure & Outdated Wordpress Instance: Never expose it to the internet!"
Expand Down
2 changes: 1 addition & 1 deletion demo-targets/swagger-petstore/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

apiVersion: v2
version: v2.7.0-alpha1
version: v3.1.0-alpha1
appVersion: "1.0.3"
name: swagger-petstore
description: "This is the sample petstore application"
Expand Down
2 changes: 1 addition & 1 deletion demo-targets/unsafe-https/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

apiVersion: v2
version: v2.7.0-alpha1
version: v3.1.0-alpha1
type: application
appVersion: "v1.0.0"
name: unsafe-https
Expand Down
7 changes: 6 additions & 1 deletion hooks/cascading-scans/.helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,9 @@ src/*
config/*
Dockerfile
.dockerignore
docs/
docs/*
hook/*
integration-tests/*
examples/*
coverage/*
Makefile
2 changes: 1 addition & 1 deletion hooks/cascading-scans/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: Starts possible subsequent security scans based on findings (e.g. o
type: application

# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
version: v2.7.0-alpha1
version: v3.1.0-alpha1
kubeVersion: ">=v1.11.0-0"

keywords:
Expand Down
8 changes: 6 additions & 2 deletions hooks/finding-post-processing/.helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,9 @@ src/*
config/*
Dockerfile
.dockerignore
docs/

docs/*
hook/*
integration-tests/*
examples/*
coverage/*
Makefile
2 changes: 1 addition & 1 deletion hooks/finding-post-processing/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: Lets you add or override a field to every finding that meets specif
type: application

# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
version: v2.7.0-alpha1
version: v3.1.0-alpha1
kubeVersion: ">=v1.11.0-0"

keywords:
Expand Down
7 changes: 6 additions & 1 deletion hooks/generic-webhook/.helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,9 @@ src/*
config/*
Dockerfile
.dockerignore
docs/
docs/*
hook/*
integration-tests/*
examples/*
coverage/*
Makefile
2 changes: 1 addition & 1 deletion hooks/generic-webhook/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: Lets you send http webhooks after scans are completed
type: application

# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
version: v2.7.0-alpha1
version: v3.1.0-alpha1
kubeVersion: ">=v1.11.0-0"

keywords:
Expand Down
7 changes: 6 additions & 1 deletion hooks/notification/.helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,10 @@ src/*
config/*
Dockerfile
.dockerignore
docs/
docs/*
hook/*
integration-tests/*
examples/*
coverage/*
Makefile

2 changes: 1 addition & 1 deletion hooks/notification/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: Lets you send a findings result summary as hook to MS Teams, Slack,
type: application

# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
version: v2.7.0-alpha1
version: v3.1.0-alpha1
kubeVersion: ">=v1.11.0-0"

dependencies: []
10 changes: 9 additions & 1 deletion hooks/persistence-defectdojo/.helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,18 @@ Dockerfile
.dockerignore
gradle/
.gradle/
.settings/
bin/
build/
src/
gradlew
gradlew.bat
settings.gradle
update.sh
build/
docs/
docs/*
hook/*
integration-tests/*
examples/*
coverage/*
Makefile
2 changes: 1 addition & 1 deletion hooks/persistence-defectdojo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: The defectdojo persistence provider persists secureCodeBox scan res
type: application

# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
version: v2.7.0-alpha1
version: v3.1.0-alpha1

appVersion: 1.12.0
kubeVersion: ">=v1.11.0-0"
Expand Down
160 changes: 0 additions & 160 deletions hooks/persistence-defectdojo/README.md.gotmpl

This file was deleted.

8 changes: 7 additions & 1 deletion hooks/persistence-elastic/.helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,10 @@ src/*
config/*
Dockerfile
.dockerignore
docs/
docs/*
hook/*
integration-tests/*
examples/*
coverage/*
dashboardImporter/*
Makefile
2 changes: 1 addition & 1 deletion hooks/persistence-elastic/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: The elastic persistence provider persists secureCodeBox findings in
type: application

# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
version: v2.7.0-alpha1
version: v3.1.0-alpha1

appVersion: 7.9.2
kubeVersion: ">=v1.11.0-0"
Expand Down
Loading