Lab - Build Example (Fixable Severity At least Important)
FIX_MISSING_IMAGES
-
Navigate to Platform Configuration → Policy Management
-
Find "Fixable Severity at Least Important" in the list
-
Actions → "Edit Policy"
-
Review and verify Name, Categories, Description, Rationale, Guidance. Click Next.
-
Review and verify Lifecycle Stages, Response Method, Enforcement Behavior. Ensure that build enforcement is enabled.
-
Click Next to review and describe Policy Criteria. No changes.
-
Click Next to review and describe Policy Scope. No changes.
-
Click Next to final review and Preview. Click Save.
-
Use ACS command-line tool, roxctl:
roxctl image check -e $CENTRAL:443 --image quay.io/rhacs-misc/log4shell:1.1
-
Review policy output warnings and errors
-
Verify build failure via roxctl return code:
echo $?