Skip to content

Commit 26514f0

Browse files
committed
docs: replace workflow figure
1 parent b52b4f0 commit 26514f0

7 files changed

Lines changed: 6716 additions & 2458 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ A framework for code security that provides abstractions for static analysis too
2323
**CodeSecTools** is a collection of scripts and wrappers that abstract external resources (such as SAST tools, datasets, and codebases), providing standardized interfaces to help them interact easily.
2424

2525
<div align="center">
26-
<img src="docs/assets/overview.svg" alt="CodeSecTools Overview" style="width: 75%; height: auto;" />
26+
<img src="docs/assets/workflow.svg" alt="Workflow" style="width: 85%; height: auto;" />
27+
<img src="docs/assets/workflow_example.svg" alt="Workflow" style="width: 85%; height: auto;" />
2728
</div>
2829

29-
For step-by-step instructions on installation, configuration, and basic usage, please refer to the [quick start guide](https://oppida.github.io/CodeSecTools/home/quick_start_guide.html).
30+
For step-by-step instructions on installation, configuration, and basic usage, please refer to the [**quick start guide**](https://oppida.github.io/CodeSecTools/home/quick_start_guide.html).
3031

3132
For more details on the design and integration of SAST tools and datasets in CodeSecTools, please refer to the [documentation](https://oppida.github.io/CodeSecTools).
3233

@@ -47,7 +48,7 @@ For more details on the design and integration of SAST tools and datasets in Cod
4748

4849
|SAST Tool|Languages|Maintained|Included in Docker|Continuous Testing|Last Test Date|
4950
|:---:|:---:|:---:|:---:|:---:|:---:|
50-
|Coverity|Java|⚠️<br>(Deprioritized)||❌<br>(Proprietary)|October 2025|
51+
|Coverity|C/C++, Java|||❌<br>(Proprietary)|February 2026|
5152
|Semgrep Community Edition|C/C++, Java||||[Latest PR](https://github.com/OPPIDA/CodeSecTools/actions/workflows/ci.yaml)|
5253
|Snyk Code|C/C++, Java|||❌<br>(Rate limited)|February 2026|
5354
|Bearer|Java||||[Latest PR](https://github.com/OPPIDA/CodeSecTools/actions/workflows/ci.yaml)|
@@ -97,10 +98,10 @@ Mount necessary directories if you want to include:
9798
- a target (`-v ./myproject:/home/codesectools/myproject`)
9899
- existing CodeSecTools data (`-v $HOME/.codesectools:/home/codesectools/.codesectools`)
99100
100-
A better way is to use the CLI:
101+
A simpler way is to use the CLI:
101102
102103
```bash
103-
$ cstools -d docker --help
104+
$ cstools docker --help
104105
105106
Usage: cstools docker [OPTIONS]
106107

0 commit comments

Comments
 (0)