Skip to content

Get FalconContainerAssessment

bk-cs edited this page Sep 4, 2024 · 19 revisions

Get-FalconContainerAssessment

SYNOPSIS

Search for Falcon Container Security image assessment results

DESCRIPTION

Requires 'Falcon Container Image: Read'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
Filter String Falcon Query Language expression to limit results

container_id
container_running_status
cve_id
detection_name
detection_severity
first_seen
image_digest
image_id
registry
repository
tag
vulnerability_severity
Sort String Property and direction to sort results first_seen.asc
first_seen.desc
highest_detection_severity.asc
highest_detection_severity.desc
highest_vulnerability_severity.asc
highest_vulnerability_severity.desc
image_digest.asc
image_digest.desc
image_id.asc
image_id.desc
registry.asc
registry.desc
repository.asc
repository.desc
tag.asc
tag.desc
Limit Int32 Maximum number of results per request 1 100
Offset Int32 Position to begin retrieving results
All Switch Repeat requests until all available results are retrieved
Total Switch Display total result count instead of results

SYNTAX

Get-FalconContainerAssessment [[-Filter] <String>] [[-Sort] <String>] [[-Limit] <Int32>] [-Offset <Int32>] [-All] [-Total] [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

GET /container-security/combined/image-assessment/images/v1

falconpy

GetCombinedImages

USAGE

2024-09-03: PSFalcon v2.2.7

Clone this wiki locally