List of Built-in Templates
To add custom rules to an existing template or create a new template with the AI Rego Playground, use Create Rule. Here is the list of built-in templates.
To add custom rules to an existing template or create a new template with the AI Rego Playground, use Create Rule. The AppTrust built-in templates are shown below.
| Template Name | Template Description | Template Parameters |
|---|---|---|
{stage.gate} AppTrust Gate Certification exists | Triggers violation if AppTrust gate certification evidence for {stage.gate} is missing. | predicateTypestagegate |
| Missing Evidence Slug from Provider | Triggers violation if evidence with specified slug (predicate type) is missing. | predicateType |
{CVE severity} CVE with CVSS score between {min value} and {max value} (Ignore applicability) | Triggers violation if CVE score falls in range; optionally skips “Not Applicable”. Ignore applicability: Results from the JFrog Applicability Scanner are ignored for this rule. | min_cvssmax_cvss |
{CVE severity} CVE with CVSS score between {min value} and {max value} (skip if not applicable) | Triggers violation if CVE score falls in range; Skip "Not Applicable" option: If enabled, the violation is skipped when the JFrog Applicability Scanner marks the finding as Not Applicable. Otherwise, the issue is triggered. | min_cvssmax_cvss |
{severity} severity exposures findings | Triggers a policy violation when an application version contains exposure findings (secrets, services, or application security) matching the specified severity levels. | severitiesfinding_types |
Updated about 2 hours ago
Did this page help you?
