mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(kb): kickstart articles to widen
This commit is contained in:
48
knowledge base/kics.md
Normal file
48
knowledge base/kics.md
Normal 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 -->
|
||||
Reference in New Issue
Block a user