Skip to content

Commit

Permalink
fix: fixed lint errors
Browse files Browse the repository at this point in the history
Signed-off-by: Matheus Santos <mfcs@cesar.org.br>
  • Loading branch information
Matheus Santos committed Jun 16, 2022
1 parent 1fddd73 commit 848cbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/agent/plugin/workloadattestor/k8s/k8s_posix.go
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ func configureSigstore(config *k8sConfig, sigstore sigstore.Sigstore) error {
for _, imageID := range config.SkippedImages {
sigstore.AddSkippedImage(imageID)
}
}
}
sigstore.EnableAllowSubjectList(config.AllowedSubjectListEnabled)
sigstore.ClearAllowedSubjects()
if config.AllowedSubjects != nil {
Expand Down

0 comments on commit 848cbd7

Please sign in to comment.