Skip to content

Commit

Permalink
Update securityconfig.go
Browse files Browse the repository at this point in the history
  • Loading branch information
akiioto authored Nov 20, 2024
1 parent 088205d commit 9336a2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/securityconfig/securityconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ type Whitesource struct {
type SecurityConfig struct {
ModuleName string `yaml:"module-name,omitempty"`
RcTag string `yaml:"rc-tag,omitempty"`
Kind string `yaml:"kind,omitempty"`
Images []string `yaml:"protecode"`
Whitesource Whitesource `yaml:"whitesource,omitempty"`
CheckmarxOne CheckmarxOne `yaml:"checkmarxOne,omitempty"`
Expand Down

0 comments on commit 9336a2e

Please sign in to comment.