Skip to content

Commit 4a571d7

Browse files
authored
Merge pull request #155 from kubescape/add-trigger-indication-in-posture-report
Add trigger indication in posture report
2 parents c5181b1 + aaa4cef commit 4a571d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reporthandling/v2/datastructures.go

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ type PostureReport struct {
2828
Metadata Metadata `json:"metadata,omitempty"`
2929
PaginationInfo armoapi.PaginationMarks `json:"paginationInfo"`
3030
CustomerGUIDGenerated bool `json:"customerGUIDGenerated"`
31+
TriggeredByCLI bool `json:"triggeredByCLI,omitempty"`
3132
}
3233

3334
type ClusterMetadata struct {

0 commit comments

Comments
 (0)