Skip to content

Commit 3dd6476

Browse files
authored
Merge pull request #250 from commjoen/experiment-bed-readme
Experiment bed readme update: add instructions related to #201
2 parents 5ee2435 + ddece69 commit 3dd6476

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,12 @@ You can help us by the following methods:
193193
- Share this app with others
194194
- Of course, we can always use your help [to get more flavors](https://github.com/commjoen/wrongsecrets/issues/37) of "wrongly" configured secrets in to spread awareness! We would love to get some help with other cloudproiders, like Alibabaor Tencent cloud for instance. Do you miss something else than a cloud provider as an example? File an issue or create a PR! See [our guide on contributing for more details](CONTRIBUTING.md). Contributors will be listed in releases, in the "Special thanks & Contributors"-section, and the web-app.
195195

196+
## Use OWASP WrongSecrets as a secret detection benchmark
197+
198+
As tons of secret detection tools are coming up for both Docker and Git, we are creating a Benchmark testbed for it.
199+
Want to know if your tool detects everything? We will keep track of the embedded secrets in [this issue](https://github.com/commjoen/wrongsecrets/issues/201) and have a [branch](https://github.com/commjoen/wrongsecrets/tree/experiment-bed) in which we put additional secrets for your tool to detect.
200+
The branch will contain a Docker container generation script using which you can eventually test your container secret scanning.
201+
196202
## Notes on development
197203

198204
If you want to test against vault without K8s: start vault locally with

src/main/resources/templates/welcome.html

+5
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@
130130
</ul>
131131
</div>
132132
</div>
133+
<div class="col-12 col-lg-7">
134+
<div class="border border-dark thank-you">
135+
Want to see if your tool of choice detects all the secrets available in this project? <a href="https://github.com/commjoen/wrongsecrets/#use-owasp-wrongsecrets-as-a-secret-detection-benchmark">Check the instructions in the README</a>.
136+
</div>
137+
</div>
133138
</div>
134139
</div>
135140
</div>

0 commit comments

Comments
 (0)