chore(kb): kickstart articles to widen

This commit is contained in:
Michele Cereda
2024-05-15 19:03:37 +02:00
parent 95e5d63143
commit f5aa8b532c
3 changed files with 136 additions and 0 deletions

48
knowledge base/kics.md Normal file
View File

@@ -0,0 +1,48 @@
# Kics
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
## TL;DR
<details>
<summary>Installation and configuration</summary>
```sh
docker pull 'checkmarx/kics'
```
</details>
<details>
<summary>Usage</summary>
```sh
docker run -t -v "${PWD}:/path" 'checkmarx/kics' scan -p '/path'
docker run -t -v "${PWD}:/path" 'checkmarx/kics' scan -p '/path' -o '/path/'
```
</details>
<!-- Uncomment if needed
<details>
<summary>Real world use cases</summary>
</details>
-->
## Further readings
- [Website]
<!--
Reference
═╬═Time══
-->
<!-- In-article sections -->
<!-- Knowledge base -->
<!-- Files -->
<!-- Upstream -->
[website]: https://docs.kics.io/latest/
<!-- Others -->