We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c589da commit 0fa8604Copy full SHA for 0fa8604
docs/organizations/audit-logs-for-organizations.md
@@ -60,6 +60,8 @@ The sections below list the events that Codacy logs for your organization at use
60
| Export [security items](./managing-security-and-risk.md) |Export security items|`organizations.security.items.export`|
61
| Ignore security item |Security item was ignored|`organizations.security.items.ignore`|
62
| Unignore security item |Security item was unignored|`organizations.security.items.unignore`|
63
+| Create DAST target | A target for DAST scanning was created | `organizations.dast.target.create` |
64
+| Delete DAST target | A target for DAST scanning was deleted | `organizations.dast.target.delete` |
65
66
### Repository
67
0 commit comments