Skip to content

Commit

Permalink
fix(checkECRImageAccess): recheck access after adding policy
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Jan 30, 2024
1 parent 4b5da39 commit d56ec17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/checkECRImageAccess.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ The policy should include:
repositoryName,
})}`
)
return true
return await checkECRImageAccess({ awsConfig, imageUri, log, ecr })
}
return false
}

0 comments on commit d56ec17

Please sign in to comment.