Skip to content

Commit e9f07c9

Browse files
committed
Adjust on log message
Signed-off-by: Willian Alves <[email protected]>
1 parent 434aa1b commit e9f07c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/agent/plugin/workloadattestor/k8s/k8s_posix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ func (p *Plugin) Attest(ctx context.Context, req *workloadattestorv1.AttestReque
225225
switch lookup {
226226
case containerInPod:
227227
selectors := getSelectorValuesFromPodInfo(&item, status)
228-
log.Debug("Attemping to get signature info from image", status)
228+
log.Debug("Attemping to get signature info from image", status.Name)
229229
sigstoreSelectors, err := p.sigstore.AttestContainerSignatures(status, ctx)
230230
if err != nil {
231231
log.Error("Error retrieving signature payload: ", "error", err)

0 commit comments

Comments
 (0)