Skip to content

Commit

Permalink
Add rc-tag in the sec-scanners-config.yaml (#12347)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sawthis authored Nov 15, 2024
1 parent 51aabed commit 252e0be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -15,6 +15,7 @@ type Whitesource struct {

type SecurityConfig struct {
ModuleName string `yaml:"module-name,omitempty"`
RcTag string `yaml:"rc-tag,omitempty"`
Images []string `yaml:"protecode"`
Whitesource Whitesource `yaml:"whitesource,omitempty"`
}
Expand Down
1 change: 1 addition & 0 deletions sec-scanners-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module-name: test-infra
rc-tag: rc-tag
protecode:
- europe-docker.pkg.dev/kyma-project/prod/cors-proxy:v20241112-fd0d9381
- europe-docker.pkg.dev/kyma-project/prod/create-github-issue:v20241112-fd0d9381
Expand Down

0 comments on commit 252e0be

Please sign in to comment.