|
1 | | -# secureCodeBox – v2 ALPHA |
| 1 | +# secureCodeBox – v2 Beta |
2 | 2 |
|
3 | 3 | <p align="center"> |
4 | 4 | <img alt="secureCodeBox Logo" src="./docs/resources/securecodebox-logo.svg" width="500px"> |
|
7 | 7 |
|
8 | 8 | <p align="center"> |
9 | 9 | <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> |
11 | 11 | <a href="https://owasp.org/www-project-securecodebox/"><img alt="OWASP Incubator Project" src="https://img.shields.io/badge/OWASP-Incubator%20Project-365EAA"></a> |
12 | 12 | <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> |
13 | 13 | </p> |
14 | 14 | <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> |
18 | 18 | </p> |
19 | 19 |
|
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. |
21 | 24 |
|
22 | 25 | > _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. |
23 | 26 |
|
24 | 27 | ## Overview |
25 | 28 |
|
26 | 29 | <!-- toc --> |
27 | 30 |
|
28 | | -- [secureCodeBox – v2 ALPHA](#securecodebox--v2-alpha) |
| 31 | +- [secureCodeBox – v2 Beta](#securecodebox--v2-beta) |
29 | 32 | - [Overview](#overview) |
30 | 33 | - [Purpose of this Project](#purpose-of-this-project) |
31 | 34 | - [Quickstart](#quickstart) |
|
0 commit comments