DFE-Digital / github-actions

A central repo for sharing useful github actions
https://dfe-digital.github.io/github-actions/
6 stars 4 forks source link

SAST reusable workflow documentation and additional functionality #85

Closed pritchyspritch closed 3 months ago

pritchyspritch commented 3 months ago

Added documentation for GitHub Compliance App, and logic to allow semgrep in case repo is private or developer preference.

Context

v1 of this workflow would not have worked for private repos due to licensing issues.

Changes proposed in this pull request

This version includes:

Guidance to review

Successful run on test repo, shows build breaking due to security issues found outside of SLA policies: https://github.com/DFE-Digital/test-codeql/actions/runs/9909251763

Checklist