Searching for Image Assessment Policies
Use the search tokens below to search for image assessment policies in the Policies > Image Assessment tab. Looking for help with writing your query? click here
assetTypeassetType
Use a text value ##### to specify the asset type. Currently, the valid value is: "CICD".
Example
Show policies associated with the CICD asset type.
assetType: CICD
createdBycreatedBy
Use a text value ##### to specify the name of a user who created the policies.
Example
Show policies created by user1.
createdBy test1
isDefaultisDefault
Use a text value ##### to specify whether the policy is the default policy or not.
Example
Show the default policy.
isDefault: true
policyModepolicyMode
Use a text value ##### to specify the policy mode. The valid values are: Active or Inactive.
Example
Show all active policies.
policyMode: Active
policyNamepolicyName
Use a test value ##### to specify the policy name.
Examples
Show the policy with this name.
policyName: testpolicy01
updatedByupdatedBy
Use a test value ##### to specify the name of a user who created the policies.
Examples
Show policies updated by user1.
updatedBy: user1
uuiduuid
Use a test value ##### to specify the UUID of a policy.
Examples
Show the policy with this UUID.
uuid: bf3954b6-0187-4e58-b3f0-0efb0e61b874
andand
Use a boolean query to express your query using AND logic.
Example
Show events with type Standard and with action Allow
eventType: STANDARD and action: ALLOW
notnot
Use a boolean query to express your query using NOT logic.
Example
Show events that don't have Deny action
not action: DENY
oror
Use a boolean query to express your query using OR logic.
Example
Show events with one of these actions
action: ALLOW or action: MONITOR