Skip to content

Commit a9ca058

Browse files
Apply suggestions from code review
Co-authored-by: Joana Teodoro <[email protected]>
1 parent 15a668d commit a9ca058

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/codacy-api/examples/triggering-dast-scans.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Thanks to the new app scanning capabilities available on the Security and risk m
1414

1515
## Creating targets
1616

17-
Before the automation process itself, you need to create a target. Targets are individual configurations that define what Codacy will scan, including the target URL, its type (API or web application), and other fields like OpenAPI specification and optional authentication details for API targets.
17+
Before the automation process itself, you need to create a target. Targets are individual configurations that define what Codacy will scan, including the target URL, its type (API or web application), and other fields like OpenAPI specification and optional authentication details for API targets.
1818

1919
Targets only need to be created once. Note that **target URLs are immutable** — if you need to change the URL, definition, or authentication, you'll need to delete the target and create a new one.
2020

@@ -42,7 +42,7 @@ Replace the placeholders with your own values:
4242
| **API_KEY** | true | [Account API token](../api-tokens.md#account-api-tokens) used to authenticate on the Codacy API |
4343
| **GIT_PROVIDER** | true | Git provider hosting of the organization, using one of the values in the table below. <br/>**Options:** `gh` (GitHub Cloud), `ghe`(GitHub Enterprise), `gl` (Gitlab Cloud), `gle` (Gitlab Enterprise), `bb` (Bitbucket Cloud), `bbe` (Bitbucket Server) |
4444
| **ORGANIZATION** | true | Name of the organization on the Git provider. You must have admin permissions over the organization on the Git provider.<br/>For example, `codacy` |
45-
| **TARGET_URL** | true | Url of the Web app or API that will be scanned. <br/>Must start with `http://` or `https://`|
45+
| **TARGET_URL** | true | URL of the Web app or API that will be scanned. <br/>Must start with `http://` or `https://`|
4646
| **TARGET_TYPE** | false | Type of target to be scanned <br/> **Options:** `webapp` (default), `openapi` or `graphql`|
4747
| **API_DEFINITION_URL** | false * | The URL to a publicly accessible OpenAPI specification.<br/>*** Required for OpenAPI targets**|
4848
| **HEADER_NAME** | false | Name of the authentication header. <br/>For example, `Authentication`|

docs/organizations/managing-security-and-risk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ You're also able to click any dependency to find out more information about it.
564564

565565
The **Security and risk management > App scanning** page allows organizations to scan Web Applications and APIs for security vulnerabilities. This feature is part of Codacy's Dynamic Application Security Testing (DAST) capabilities, powered by ZAP.
566566

567-
To access the App scanning page, go to the [overview page](#dashboard) and click the **App scanning** tab.
567+
To access the App scanning page, go to the [Overview page](#dashboard) and click the **App scanning** tab.
568568

569569
![Security and risk management app scanning page](images/security-risk-management-app-scanning.png)
570570

0 commit comments

Comments
 (0)