Skip to content

Commit

Permalink
fix rebase artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim An <maksiman@microsoft.com>
  • Loading branch information
anmaxvl committed Mar 15, 2022
1 parent 309451b commit cdd83b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/tools/securitypolicy/helpers/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ func DefaultContainerConfigs() []securitypolicy.ContainerConfig {
[]securitypolicy.EnvRuleConfig{},
securitypolicy.AuthConfig{},
"",
[]string{},
)
return []securitypolicy.ContainerConfig{pause}
}
Expand Down
1 change: 1 addition & 0 deletions test/cri-containerd/policy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ func alpineSecurityPolicy(t *testing.T) string {
[]securitypolicy.EnvRuleConfig{},
securitypolicy.AuthConfig{},
"",
[]string{},
)

containers := append(defaultContainers, alpineContainer)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cdd83b1

Please sign in to comment.