Skip to content

Commit

Permalink
Also add image tags to Inspector2
Browse files Browse the repository at this point in the history
  • Loading branch information
hblankenship committed Jan 6, 2025
1 parent 5cd5fa9 commit a318691
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dojo/tools/aws_inspector2/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ def process_endpoints(self, finding: Finding, raw_finding: dict) -> Finding:
f"Hash: {ecr_image_details.get('imageHash', 'N/A')}",
f"Author: {ecr_image_details.get('author', 'N/A')}",
f"Pushed at: {ecr_image_details.get('pushedAt', 'N/A')}",
f"Image tags: {','.join(ecr_image_details.get('imageTags', []))}",
"---",
),
)
Expand Down

0 comments on commit a318691

Please sign in to comment.