Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/codacy-api/examples/uploading-dast-results.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

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

!!! note
The DAST report must be under 20MB in size.
!!! important
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.

Check failure on line 18 in docs/codacy-api/examples/uploading-dast-results.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'yyyy'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'yyyy'?", "location": {"path": "docs/codacy-api/examples/uploading-dast-results.md", "range": {"start": {"line": 18, "column": 171}}}, "severity": "ERROR"}

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