Skip to content

Commit 4671887

Browse files
fix: Improve documentation for DAST reports upload (#2383)
1 parent 4e1c8e0 commit 4671887

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/codacy-api/examples/uploading-dast-results.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ To ensure the security of your web applications, Codacy allows you to upload DAS
1414

1515
1. Upload the report to Codacy using the API endpoint [<span class="skip-vale">uploadDASTReport</span>](https://app.codacy.com/api/api-docs#uploaddastreport):
1616

17-
!!! note
18-
The DAST report must be under 20MB in size.
17+
!!! important
18+
The DAST report must be under 20MB in size. Please also guarantee that @generated timestamps are in an English locale, and use the default ZAP format (EEE, d MMM yyyy HH:mm:ss), as otherwise the report won't be processed.
1919

2020
```bash
2121
curl -X POST https://app.codacy.com/api/v3/organizations/<GIT_PROVIDER>/<ORGANIZATION>/security/tools/dast/<TOOL_NAME>/reports \

0 commit comments

Comments
 (0)