Skip to content

Commit a655535

Browse files
committed
Remove setting of image layer ID
1 parent c77d451 commit a655535

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

output/publish-to-console.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ func (p *Publisher) IngestSecretScanResults(scanID string, secrets []SecretFound
248248
severity.SetScore(float32(secret.SeverityScore))
249249

250250
s := dsc.NewIngestersSecret()
251-
s.SetImageLayerId(secret.LayerID)
252251
s.SetRule(*rule)
253252
s.SetMatch(*match)
254253
s.SetSeverity(*severity)

0 commit comments

Comments
 (0)