Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit c758c47

Browse files
author
dpatanin
committed
Merge branch 'master' into feature/improve-readme-files
2 parents 7c32941 + 3ca3c3d commit c758c47

File tree

18 files changed

+3062
-111
lines changed

18 files changed

+3062
-111
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# secureCodeBox – v2 ALPHA
1+
# secureCodeBox – v2 Beta
22

33
<p align="center">
44
<img alt="secureCodeBox Logo" src="./docs/resources/securecodebox-logo.svg" width="500px">
@@ -7,25 +7,28 @@
77

88
<p align="center">
99
<a href="https://opensource.org/licenses/Apache-2.0"><img alt="License Apache-2.0" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a>
10-
<a href="https://github.com/secureCodeBox/secureCodeBox/releases/latest"><img alt="Latest GitHub Release" src="https://img.shields.io/github/release/secureCodeBox/secureCodeBox.svg"></a>
10+
<a href="https://github.com/secureCodeBox/secureCodeBox-v2/releases/tag/v2.0.0-rc.1"><img alt="Preview GitHub Release" src="https://img.shields.io/badge/release-v2.0.0%7Erc.1-blue.svg"></a>
1111
<a href="https://owasp.org/www-project-securecodebox/"><img alt="OWASP Incubator Project" src="https://img.shields.io/badge/OWASP-Incubator%20Project-365EAA"></a>
1212
<a href="https://twitter.com/securecodebox"><img alt="Twitter Follower" src="https://img.shields.io/twitter/follow/securecodebox?style=flat&color=blue&logo=twitter"></a>
1313
</p>
1414
<p align="center">
15-
<a href="https://github.com/secureCodeBox/secureCodeBox-v2-alpha/actions?query=workflow%3ACI"><img alt="Build" src="https://github.com/secureCodeBox/secureCodeBox-v2-alpha/workflows/CI/badge.svg"></a>
16-
<a href="https://codeclimate.com/github/secureCodeBox/secureCodeBox-v2-alpha/test_coverage"><img alt="Test Coverage" src="https://api.codeclimate.com/v1/badges/b6bf3af707671b5e5251/test_coverage" /></a>
17-
<a href="https://snyk.io/test/github/secureCodeBox/secureCodeBox-v2-alpha/"><img alt="Known Vulnerabilities" src="https://snyk.io/test/github/secureCodeBox/secureCodeBox-v2-alpha/badge.svg"></a>
15+
<a href="https://github.com/secureCodeBox/secureCodeBox-v2/actions?query=workflow%3ACI"><img alt="Build" src="https://github.com/secureCodeBox/secureCodeBox-v2/workflows/CI/badge.svg"></a>
16+
<a href="https://codeclimate.com/github/secureCodeBox/secureCodeBox-v2/test_coverage"><img alt="Test Coverage" src="https://api.codeclimate.com/v1/badges/b6bf3af707671b5e5251/test_coverage" /></a>
17+
<a href="https://snyk.io/test/github/secureCodeBox/secureCodeBox-v2/"><img alt="Known Vulnerabilities" src="https://snyk.io/test/github/secureCodeBox/secureCodeBox-v2/badge.svg"></a>
1818
</p>
1919

20-
**NOTE**: This Repository contains a **work in progress** preview of the planned next major secureCodeBox Release. You can find the current **stable release** here [https://github.com/secureCodeBox/secureCodeBox](https://github.com/secureCodeBox/secureCodeBox). The release of version 2.0 is still at least some month away but you can already get a sneak peak here 😀. The release will contain a major architecture change which will not be backward compatible. More details will follow soon in a series of blog articles.
20+
**NOTE**: This Repository contains the stable beta preview of the next major secureCodeBox (SCB) Release v2.
21+
You can find the current **stable release** here [https://github.com/secureCodeBox/secureCodeBox](https://github.com/secureCodeBox/secureCodeBox).
22+
23+
_The major release of SCB version 2.0 will be available in the next weeks._ The release will contain a major architecture change which will not be backward compatible. More details will follow soon in a series of blog articles.
2124

2225
> _secureCodeBox_ is a kubernetes based, modularized toolchain for continuous security scans of your software project. Its goal is to orchestrate and easily automate a bunch of security-testing tools out of the box.
2326
2427
## Overview
2528

2629
<!-- toc -->
2730

28-
- [secureCodeBox – v2 ALPHA](#securecodebox--v2-alpha)
31+
- [secureCodeBox – v2 Beta](#securecodebox--v2-beta)
2932
- [Overview](#overview)
3033
- [Purpose of this Project](#purpose-of-this-project)
3134
- [Quickstart](#quickstart)

docs/resources/scb-architecture.drawio

Lines changed: 183 additions & 82 deletions
Large diffs are not rendered by default.

docs/resources/scb-architecture.svg

Lines changed: 1 addition & 1 deletion
Loading

scanners/amass/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A Helm chart for the Amass security scanner that integrates with th
44

55
type: application
66
version: 0.1.0
7-
appVersion: 3.8.2
7+
appVersion: 3.9.1
88

99
keywords:
1010
- security

scanners/amass/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ path: "scanners/amass"
44
category: "scanner"
55
type: "Network"
66
state: "released"
7-
appVersion: "3.7.2"
7+
appVersion: "3.9.1"
88
usecase: "Subdomain Enumeration Scanner"
99
---
1010

scanners/amass/values.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,11 @@ parserImage:
55

66
scannerJob:
77
resources: {}
8+
# scannerJob:
9+
# resources:
10+
# requests:
11+
# memory: "256Mi"
12+
# cpu: "250m"
13+
# limits:
14+
# memory: "512Mi"
15+
# cpu: "500m"

scanners/kube-hunter/examples/in-cluster/findings.json renamed to scanners/kube-hunter/examples/in-cluster/findings.yaml

File renamed without changes.

scanners/nikto/values.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,11 @@ parserImage:
55

66
scannerJob:
77
resources: {}
8+
# scannerJob:
9+
# resources:
10+
# requests:
11+
# memory: "256Mi"
12+
# cpu: "250m"
13+
# limits:
14+
# memory: "512Mi"
15+
# cpu: "500m"

scanners/nmap/values.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,11 @@ parserImage:
55

66
scannerJob:
77
resources: {}
8+
# scannerJob:
9+
# resources:
10+
# requests:
11+
# memory: "256Mi"
12+
# cpu: "250m"
13+
# limits:
14+
# memory: "512Mi"
15+
# cpu: "500m"

scanners/ssh_scan/values.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,11 @@ parserImage:
55

66
scannerJob:
77
resources: {}
8+
# scannerJob:
9+
# resources:
10+
# requests:
11+
# memory: "256Mi"
12+
# cpu: "250m"
13+
# limits:
14+
# memory: "512Mi"
15+
# cpu: "500m"

0 commit comments

Comments
 (0)