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
10 changes: 9 additions & 1 deletion policies.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,14 @@ Examples of sub-folder specific policies can be found in sub-folders like:

These configurations help identify vulnerabilities by considering the context of each folder's responsibilities. This is particularly useful for monorepos, allowing developers to configure the right context.

### Prework-generated policies

When prework is enabled for your company, Corgea can generate policies from your project context before the main scan completes.

- Generated policies appear in the **Policies** table with `Source` set to **Generated By Corgea Prework**.
- In scan details, the **Policies** tab shows active policies applied to that specific scan, including policy version.
- If **Policy Review** is enabled from **Policies > Settings**, generated policies are created as **Inactive** so your team can review and activate them manually.

### Workflow for Updating corgea.yaml

<Steps>
Expand Down Expand Up @@ -379,4 +387,4 @@ Once you trigger a scan on a branch with central yaml,
<img src="/images/policy_iq_scans_policies_paths.png" style={{ borderRadius: '0.5rem' }} />
</Frame>
</Step>
</Steps>
</Steps>