Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperMalachowski authored Feb 5, 2025
1 parent 548e8dc commit 2356b4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/tools/populateimages/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import (
type secScanConfig struct {
ModuleName string `yaml:"module-name"`
Kind string `yaml:"kind"`
Protecode []string `yaml:"protecode"`
WhiteSource whiteSource `yaml:"whitesource"`
Protecode []string `yaml:"bdba"`
WhiteSource whiteSource `yaml:"mend"`
CheckmarxOne checkmarxOne `yaml:"checkmarx-one"`
}

Expand Down

0 comments on commit 2356b4f

Please sign in to comment.