1

i am wondering if automatic "code scanning" is available in AWS's codecommit or not, for any vulnerabilities or errors.(sensitive data like username, password, access-key, etc.)

basically it will analyze repository's code after each check-in to find the security vulnerabilities and show the report or alert.

Thanks

Found no info in aws codecommit documentation.

MrOverflow
  • 407
  • 3
  • 8
  • 1
    Not natively. You'll need something like a lambda https://aws.amazon.com/blogs/compute/discovering-sensitive-data-in-aws-codecommit-with-aws-lambda-2/ – Paolo Nov 25 '22 at 17:29
  • many thanks @Paolo for sharing, i was looking for inbuilt solution like we have in GitHub. this is also quite interesting, we could give a try. – MrOverflow Nov 25 '22 at 18:14

0 Answers0