Skip to content

Commit

Permalink
secscan: log manifest ID when indexing (PROJQUAY-3287)
Browse files Browse the repository at this point in the history
for debugging quay.io clair issues
  • Loading branch information
syed committed Mar 3, 2022
1 parent 2b2e795 commit 8096744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/secscan_model/secscan_v4_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@ def mark_manifest_unsupported(manifest):
continue

logger.debug(
"Indexing %s/%s@%s"
% (candidate.repository.namespace_user, candidate.repository.name, manifest.digest)
"Indexing manifest [%d] %s/%s@%s"
% (manifest.id, candidate.repository.namespace_user, candidate.repository.name, manifest.digest)
)

try:
Expand Down

0 comments on commit 8096744

Please sign in to comment.