Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit d1a47df

Browse files
author
dpatanin
committed
WIP
1 parent 54937b0 commit d1a47df

4 files changed

Lines changed: 15 additions & 14 deletions

File tree

src/data/features.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[
22
{
3-
"title": "Cloud Ready",
4-
"description": "Ready to be deployed on a Cloud Server",
5-
"image": "/features/cloud.svg",
6-
"altText": "cloud icon"
3+
"title": "Quick & Easy",
4+
"description": "It's a quick and straight forward installation. It works on every system and is ready to use.",
5+
"image": "/features/quick.svg",
6+
"altText": "speed clock"
77
},
88
{
9-
"title": "Open Source",
10-
"description": "We are an Open Source project and happy about your contribution",
11-
"image": "/features/Open Source.svg",
12-
"altText": "open source icon"
9+
"title": "Professionals & Rookies",
10+
"description": "You can start scans without any configuration right away and use best practice tests. But each scanner also provides extensive configuration options.",
11+
"image": "/features/code.svg",
12+
"altText": "code terminal"
1313
},
1414
{
15-
"title": "Scanner out of the box",
15+
"title": "Monitoring",
1616
"description": "We integrate Open Source Scanner ready to use",
1717
"image": "/features/scan.svg",
1818
"altText": "scanner icon"

src/pages/index.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ const Home = () => {
2323
<h1>secureCodeBox</h1>
2424
<h2>Testing your Software Security</h2>
2525
<p>
26-
secureCodeBox is a docker based, modularized toolchain for
27-
continuous security scans of your software project. Its goal is to
28-
orchestrate and easily automate a bunch of security-testing tools
29-
out of the box.
26+
secureCodeBox is an automated and scalable open source solution that
27+
can be used to integrate various security scanners with a simple and
28+
lightweight interface.
3029
</p>
3130
</div>
3231
</div>
@@ -38,7 +37,7 @@ const Home = () => {
3837
What the secureCodeBox provides:
3938
</h2>
4039
</div>
41-
{features.map(feature => (
40+
{features.map((feature) => (
4241
<div key={feature.title} className="col-12 col-md-3 col-lg-3 mb-2">
4342
<div className="feature hoverable">
4443
{feature.image && (

static/features/code.svg

Lines changed: 1 addition & 0 deletions
Loading

static/features/quick.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)