I am currently using AWS CodeCommit for my version control system and Snyk for scanning my codebase for vulnerabilities. I am interested in setting up a weekly scheduled scan of my codebase with Snyk.
However, I would like to clarify that I am not using AWS CodePipeline for my CI/CD process. Therefore, I am looking for a solution that does not involve integrating Snyk with AWS CodePipeline.
I am aware that Snyk provides integrations with various CI/CD tools, but I haven’t found specific documentation or examples on how to set up a scheduled scan with Snyk and AWS CodeCommit without involving AWS CodePipeline.
Please note that I am open to using AWS Lambda or other AWS services if necessary to achieve this weekly scheduled scan. Also, if there are alternative methods or tools that might be better suited for this task, I would be interested in hearing about them.