Skip to content

Commit 4afe081

Browse files
Merge pull request #14 from Checkmarx/miryamFoifer/addIsShaFiled
Add IsSha Field (AST-105014)
2 parents ebc8377 + 006d939 commit 4afe081

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ type FilePath struct {
1616
type ImageModel struct {
1717
Name string
1818
ImageLocations []ImageLocation
19+
IsSha bool
1920
}
2021

2122
type HelmChartInfo struct {

0 commit comments

Comments
 (0)