You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/en/connecting_your_tools/parsers/file/aqua.md
+32-2Lines changed: 32 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,37 @@
2
2
title: "Aqua"
3
3
toc_hide: true
4
4
---
5
-
JSON report format.
5
+
6
+
### File Types
7
+
DefectDojo parser accepts JSON report format.
8
+
9
+
See Aqua documention: https://docs.aquasec.com
10
+
11
+
### CI/CD Scans
12
+
Aqua scanning can be integrated with several types of third-party CI/CD systems.
13
+
14
+
If there is no plugin available for a particular development tool, Aqua can be integrated with the CI/CD pipeline using Scanner CLI.
15
+
16
+
CI/CD scans produces JSON scan reports that are supported by the parser. With this kind of report, the parser is able to retrieve vulnerabilities as well as sensitive datas.
17
+
18
+
### REST API
19
+
20
+
You can also retrieve the JSON directly from Aqua if you use one of the following endpoint:
0 commit comments