CI: Enable full semgrep scan on develop #2760
Conversation
|
5b10d1e to
1c2baaf
Compare
This enables full semgrep scans on develop while retaining incremental scans on PR branches. This should help with the baseline stats + showing fixed commits.
ef43a8f to
2edefd0
Compare
|
This PR has been added to the merge queue, and will be merged soon. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
|
This PR has been added to the merge queue, and will be merged soon. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
Closes #2760 The Overview now looks like: <img width="1705" height="427" alt="Screenshot 2025-08-26 at 19 30 52" src="https://github.com/user-attachments/assets/aad99ab1-2f4d-48b8-99e3-31e1e4b17522" />
Closes #2760 The Overview now looks like: <img width="1705" height="427" alt="Screenshot 2025-08-26 at 19 30 52" src="https://github.com/user-attachments/assets/aad99ab1-2f4d-48b8-99e3-31e1e4b17522" />
Description
This enables full semgrep scans on develop while retaining
incremental scans on PR branches. This should help with the
baseline stats + showing fixed commits.
Additional context
Tested circle CI config & confirmed that it works.