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
13 changes: 13 additions & 0 deletions docs/organizations/managing-security-and-risk.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,19 @@ Codacy closes a finding in either of the following cases:
!!! important
Deleting a repository deletes all open findings belonging to that repository.

### How Codacy manages findings detected during software composition analysis (SCA) {: id="opening-and-closing-sca-items"}

!!! note
To make sure that Codacy detects dependency issues correctly, [enable code patterns](../repositories-configure/configuring-code-patterns.md) belonging to the Trivy tool.

Vulnerable dependencies are a specific GIT repository finding. Similarly to other repository findings, Codacy opens an issue whenever a commit is analyzed.

Additionally, Codacy scans your codebase every evening to see if it's affected by any newly discovered vulnerabilities.

!!! important
The proactive SCA scanning is a business tier feature. If you are a Codacy Pro customer interested in upgrading to gain access to this feature, reach out to our customer success team.


### How Codacy manages findings detected on Jira {: id="opening-and-closing-jira-items"}

!!! note
Expand Down
Loading