Skip to content

Commit d425be9

Browse files
committed
default values
1 parent 0ce9e60 commit d425be9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

model/trivy.go

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ package model
33
import "github.com/aquasecurity/trivy/pkg/k8s/report"
44

55
type Trivy struct {
6-
ID string
7-
ClusterName string
8-
Report report.ConsolidatedReport
9-
CompressedReport []byte
10-
UncompressedReport []byte
6+
ID string
7+
ClusterName string
8+
Report report.ConsolidatedReport
119
}

0 commit comments

Comments
 (0)