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

Commit f3a38bd

Browse files
author
dpatanin
committed
add indication for following content
1 parent 8bd77e7 commit f3a38bd

File tree

8 files changed

+18
-5
lines changed

8 files changed

+18
-5
lines changed

hooks/declarative-subsequent-scans/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
EOF
6464
```
6565

66-
This Scan will used all CascadingRules which are labeled with a "light" intensity.
66+
This Scan will use all CascadingRules which are labeled with a "light" intensity.
6767
You can lookup which CascadingRules this selects by running:
6868

6969
```bash

hooks/generic-webhook/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ Installing the Generic WebHook hook will add a ReadOnly Hook to your namespace.
1616
```bash
1717
helm upgrade --install gwh ./hooks/generic-webhook/ --set webhookUrl="http://example.com/my/webhook/target"
1818
```
19+
> 🔧 The secureCodeBox core team is working on this, we will keep you informed.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Imperative Scans"
3+
path: "hooks/imperative-subsequent-scans"
4+
category: "hook"
5+
type: "integration"
6+
state: "roadmap"
7+
usecase: "Cascading Scans based imperative Rules."
8+
---
9+
10+
> 🔧 The secureCodeBox core team is working on this, we will keep you informed.

hooks/persistence-defectdojo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Tools which are supported both by the secureCodeBox and DefectDojo (OWASP ZAP &
1818
To learn more about DefectDojo visit [DefectDojo GitHub] or [DefectDojo Website].
1919

2020
## Deployment
21-
The secureCodeBox core team is working on an integration of DefectDojo. We will keep you informed.
21+
> 🔧 The secureCodeBox core team is working on an integration of DefectDojo. We will keep you informed.
2222
2323

2424
[DefectDojo Website]: https://www.defectdojo.org/

hooks/persistence-static-report/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ usecase: "Publishes all Scan Findings as HTML Report."
1010
<!-- end -->
1111

1212
## Deployment
13-
The secureCodeBox core team is working on an integration of DefectDojo. We will keep you informed.
13+
> 🔧 The secureCodeBox core team is working on an integration of a static report. We will keep you informed.

hooks/slack-webhook/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ usecase: "Publishes Scan Summary to Slack."
1313

1414
Installing the Slack WebHook hook will add a ReadOnly Hook to your namespace.
1515

16-
The secureCodeBox core team is working on this, we will keep you informed.
16+
> 🔧 The secureCodeBox core team is working on this, we will keep you informed.

hooks/teams-webhook/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ usecase: "Publishes Scan Summary to MS Teams."
1313

1414
Installing the Teams WebHook hook will add a ReadOnly Hook to your namespace.
1515

16-
The secureCodeBox core team is working on this, we will keep you informed.
16+
> 🔧 The secureCodeBox core team is working on this, we will keep you informed.

hooks/update-field/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ Installing the _Update Field_ hook will add a ReadOnly Hook to your namespace.
1616
```bash
1717
helm upgrade --install ufh ./hooks/update-field/ --set attribute.name="category" --set attribute.value="my-own-category"
1818
```
19+
20+
> 🔧 The secureCodeBox core team is working on this, we will keep you informed.

0 commit comments

Comments
 (0)