Skip to content

Commit

Permalink
Merge pull request #57 from appknox/update-readme-dast-cli
Browse files Browse the repository at this point in the history
Updated Readme file with DAST related commands
  • Loading branch information
rajan262 authored Feb 11, 2025
2 parents 50223b4 + 383736b commit 785707f
Showing 1 changed file with 19 additions and 13 deletions.
32 changes: 19 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,22 @@ Usage:
appknox [command]
Available Commands:
analyses List analyses for file
cicheck Check for vulnerabilities based on risk threshold.
files List files for project
help Help about any command
init Used to initialize Appknox CLI
sarif Create SARIF report
organizations List organizations
owasp Fetch OWASP by ID
projects List projects
reports Vulnerability Analysis Reports
upload Upload and scan package
vulnerability Get vulnerability
whoami Shows current authenticated user
analyses List analyses for file
cicheck Check for vulnerabilities based on risk threshold.
files List files for project
help Help about any command
init Used to initialize Appknox CLI
sarif Create SARIF report
organizations List organizations
owasp Fetch OWASP by ID
projects List projects
reports Vulnerability Analysis Reports
upload Upload and scan package
vulnerability Get vulnerability
whoami Shows current authenticated user
schedule-dast-automation Schedules automated dynamic scan for a file
dastcheck Checks the latest dynamic scan status and print dynamic vulnerabilities
Flags:
-a, --access-token string Appknox Access Token
Expand Down Expand Up @@ -144,6 +147,9 @@ each time you run a command you have to pass the flag `access-token`.
| `reports create <file_id>` | Create report for the app file |
| `reports download summary-csv <report_id>` | Download Summary CSV report for the given report of the file |
| `reports download summary-excel <report_id>` | Download Summary Excel report for the given report of the file |
| `schedule-dast-automation <file_id>` | Schedules Automated Dynamic Scan for a file |
| `dastcheck <file_id>` | Checks status of latest dynamic scan and print dynamic vulnerabilities upon completion |


## Example:
#### For Linux & macOS platform
Expand Down

0 comments on commit 785707f

Please sign in to comment.