Skip to content

Commit 785707f

Browse files
authored
Merge pull request #57 from appknox/update-readme-dast-cli
Updated Readme file with DAST related commands
2 parents 50223b4 + 383736b commit 785707f

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

README.md

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,22 @@ Usage:
1212
appknox [command]
1313
1414
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+
2831
2932
Flags:
3033
-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`.
144147
| `reports create <file_id>` | Create report for the app file |
145148
| `reports download summary-csv <report_id>` | Download Summary CSV report for the given report of the file |
146149
| `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+
147153

148154
## Example:
149155
#### For Linux & macOS platform

0 commit comments

Comments
 (0)