Skip to content

Replace gosec-sast with semgrep-sast job

Alishan Ladhani requested to merge ali/replace-gosec-with-semgrep into master

What does this MR do and why?

The gosec-sast job has been removed from the SAST CI template in favour of semgrep-sast and is currently failing (e.g https://gitlab.com/gitlab-org/release-cli/-/jobs/3120669435). See gitlab#352554 (closed) for details.

Note that we still run gosec through golangci-lint: https://gitlab.com/gitlab-org/release-cli/-/blob/master/.golangci.yml#L160

Checklist

  • [-] I added tests
  • Green pipeline
  • Assign to reviewer
Edited by Alishan Ladhani

Merge request reports