Skip to content

Commit 746f6f9

Browse files
Whitespotsgitbook-bot
Whitespots
authored andcommitted
GITBOOK-520: No subject
1 parent e7ad675 commit 746f6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security-pipelines/features.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can [add and manage](install/) different groups of scan:
1111
<figure><img src="../.gitbook/assets/image (40).png" alt=""><figcaption></figcaption></figure>
1212

1313
* **Secret scanners** such as _Gitleaks_ and _Trufflehog3_ (a fork from _Trufflehog_ specifically for DefectDojo) are used to detect sensitive data that may have been inadvertently committed to version control or shared in other ways.
14-
* **Code scanners** like _Bandit_ (Python), _Brakeman_ (Ruby on Rails), _Eslint_, _Retirejs_ (JavaScript) _Gosec_ (Go), _Semgrep_, _Sonarqube_, _Spotbugs_ (Java), _Hadolint_ (Dockerfiles), _Terrascan_ (Infrastructure as Code), _Gixy_ (NGINX), _Chekhov (IaC formats)_**,** _Snyk (_open source_)_ are used to detect code issues, vulnerabilities, and other security-related issues in the application codebase.
14+
* **Code scanners** like _Bandit_ (Python), _Brakeman_ (Ruby on Rails), _Eslint_, _Retirejs_ (JavaScript) _Gosec_ (Go), _Semgrep_, _Sonarqube_, _Spotbugs_ (Java), _Hadolint_ (Dockerfiles), _Terrascan_ (Infrastructure as Code), _Gixy_ (NGINX), _Checkov (IaC formats)_**,** _Snyk (_open source_)_ are used to detect code issues, vulnerabilities, and other security-related issues in the application codebase.
1515
* **Code dependency** scanners such as _Trivy_ are used to detect security vulnerabilities in code dependencies used by the application.
1616
* **Image dependency scanners** such as _Trivy_ and _Grype_ are used to detect vulnerabilities in Docker images built from public scanners.
1717
* **Dynamic scanners** like _Arachni_ and _OWASP ZAP_ are used to test the application for vulnerabilities while it is running.

0 commit comments

Comments
 (0)