Self Hosted Gitlab CI SAST and Password Detection output in free tier

Self Hosted Gitlab CI Template for get SAST and Password Detection output into Merge Request comment

In the free tier of gitlab-ci (self hosted) it is tedious to use the output of the sast and pw detection. They are basically million line long json files that need to be manually downloaded.

I really wanted to use the feature, so started a template script that will parse the output of those json files and post a comment on the merge request.

Check out the code here: Christopher Pickering / SAST Merge Comment · GitLab

Have fun!

1 Like