@@ -12,19 +12,22 @@ Usage:
12
12
appknox [command]
13
13
14
14
Available Commands:
15
- analyses List analyses for file
16
- cicheck Check for vulnerabilities based on risk threshold.
17
- files List files for project
18
- help Help about any command
19
- init Used to initialize Appknox CLI
20
- sarif Create SARIF report
21
- organizations List organizations
22
- owasp Fetch OWASP by ID
23
- projects List projects
24
- reports Vulnerability Analysis Reports
25
- upload Upload and scan package
26
- vulnerability Get vulnerability
27
- whoami Shows current authenticated user
15
+ analyses List analyses for file
16
+ cicheck Check for vulnerabilities based on risk threshold.
17
+ files List files for project
18
+ help Help about any command
19
+ init Used to initialize Appknox CLI
20
+ sarif Create SARIF report
21
+ organizations List organizations
22
+ owasp Fetch OWASP by ID
23
+ projects List projects
24
+ reports Vulnerability Analysis Reports
25
+ upload Upload and scan package
26
+ vulnerability Get vulnerability
27
+ whoami Shows current authenticated user
28
+ schedule-dast-automation Schedules automated dynamic scan for a file
29
+ dastcheck Checks the latest dynamic scan status and print dynamic vulnerabilities
30
+
28
31
29
32
Flags:
30
33
-a, --access-token string Appknox Access Token
@@ -144,6 +147,9 @@ each time you run a command you have to pass the flag `access-token`.
144
147
| ` reports create <file_id> ` | Create report for the app file |
145
148
| ` reports download summary-csv <report_id> ` | Download Summary CSV report for the given report of the file |
146
149
| ` reports download summary-excel <report_id> ` | Download Summary Excel report for the given report of the file |
150
+ | ` schedule-dast-automation <file_id> ` | Schedules Automated Dynamic Scan for a file |
151
+ | ` dastcheck <file_id> ` | Checks status of latest dynamic scan and print dynamic vulnerabilities upon completion |
152
+
147
153
148
154
## Example:
149
155
#### For Linux & macOS platform
0 commit comments