Skip to content

Commit

Permalink
docs: documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
kdoroszko-splunk committed Jan 5, 2024
1 parent 88eb66c commit 9e156be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ security-sast-semgrep
**Description:**

- Semgrep CI behaves like other static analysis and linting tools: it runs a set of user-configured rules and returns a non-zero exit code if there are findings, resulting in its job showing a ✅ or ❌.

**Action used:** https://github.com/returntocorp/semgrep-action

- Semgrep can do two scan types:
- diff-aware scan, performed while workflow triggering event is pull request and scans only changes in files, which keeps the scan fast and reduces finding duplication.
- full scan, performed while workflow triggering event is other event (e.g. push) and scans the whole codebase.

**Pass/fail behaviour**

Expand Down

0 comments on commit 9e156be

Please sign in to comment.