Skip to content

Commit

Permalink
Update securityconfig.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Sawthis authored Nov 21, 2024
1 parent bb88099 commit b92aa49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/securityconfig/securityconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type SecurityConfig struct {
Kind string `yaml:"kind,omitempty"`
Images []string `yaml:"protecode"`
Whitesource Whitesource `yaml:"whitesource,omitempty"`
CheckmarxOne CheckmarxOne `yaml:"checkmarxOne,omitempty"`
CheckmarxOne CheckmarxOne `yaml:"checkmarx-one,omitempty"`
}

func ParseSecurityConfig(reader io.Reader) (*SecurityConfig, error) {
Expand Down

0 comments on commit b92aa49

Please sign in to comment.