Skip to content

Commit 3c73b36

Browse files
Merge branch 'master' of https://github.com/codacy/docs
2 parents 941d682 + c9e07e6 commit 3c73b36

21 files changed

+308
-24
lines changed

docs/getting-started/integrating-codacy-with-your-git-workflow.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ Follow the instructions from your Git provider to block merging pull requests if
6363
- **GitLab:** [only allow merge requests to be merged if the pipeline succeeds](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html#only-allow-merge-requests-to-be-merged-if-the-pipeline-succeeds)
6464
- **Bitbucket:** [configure Bitbucket to prevent a merge with unresolved merge checks](https://support.atlassian.com/bitbucket-cloud/docs/suggest-or-require-checks-before-a-merge/)
6565

66+
!!! important
67+
GitHub offers two distinct methods for implementing branch protection: utilizing the dedicated 'Branch Protection Rules' section within the 'Branches' tab, or alternatively, employing 'RuleSets' found under the 'Rules' tab. Currently, our processes are configured to primarily use the 'Branch Protection Rules' method.
68+
6669
Codacy sends three different status checks to Git providers for increased granularity and customization: **quality metrics, coverage variation, and diff coverage**. These checks help you protect your repositories by indicating whether the main branch is fully, partially, or not protected:
6770

6871
- **Protected**: All configured gates are required status checks in your Git provider.

docs/getting-started/supported-languages-and-tools.md

Lines changed: 76 additions & 15 deletions
Large diffs are not rendered by default.

docs/organizations/audit-logs-for-organizations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ The sections below list the events that Codacy logs for your organization at use
6060
| Export [security items](./managing-security-and-risk.md) |Export security items|`organizations.security.items.export`|
6161
| Ignore security item |Security item was ignored|`organizations.security.items.ignore`|
6262
| 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` |
6365

6466
### Repository
6567

-67.2 KB
Loading
-48.9 KB
Loading
-41.2 KB
Loading
-30.8 KB
Loading
-164 KB
Loading
-87.3 KB
Loading
-42.3 KB
Loading

0 commit comments

Comments
 (0)