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 NameTemplate DescriptionTemplate Parameters
{stage.gate} AppTrust Gate Certification existsTriggers violation if AppTrust gate certification evidence for {stage.gate} is missing.predicateType
stage
gate
Missing Evidence Slug from ProviderTriggers 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_cvss
max_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_cvss
max_cvss
{severity} severity exposures findingsTriggers a policy violation when an application version contains exposure findings (secrets, services, or application security) matching the specified severity levels.severities
finding_types

Did this page help you?