Skip to content

Commit

Permalink
refactor: remove leftover basic scanning code
Browse files Browse the repository at this point in the history
  • Loading branch information
jdew89 authored and alexjurkiewicz committed Mar 26, 2024
1 parent 5922077 commit 5c33e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const getAllFindings = async (ECR, repository, tag) => {

return {
marker: findings.nextToken,
results: findings.imageScanFindings.findings || findings.imageScanFindings.enhancedFindings,
results: findings.imageScanFindings.enhancedFindings,
};
})
};
Expand Down

0 comments on commit 5c33e60

Please sign in to comment.