-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Semgrep to workflows #30610
Comments
github-merge-queue bot
pushed a commit
that referenced
this issue
Nov 11, 2024
### Proposed Changes * enable semgrep in workflows in parallel with sonarqube * add ability to use github vars DISABLE_SONAR=true and DISABLE_SEMGREP=true on the repository to disable if issues without pushing code change setting vars.SEMGREP_NO_FAIL=true will run Semgrep unless it is disabled, but will not fail the workflow step
github-project-automation
bot
moved this from Next 1-3 Sprints
to Internal QA
in dotCMS - Product Planning
Nov 11, 2024
github-merge-queue bot
pushed a commit
that referenced
this issue
Nov 11, 2024
… id (#30610) (#30620) ### Proposed Changes * Error in trunk workflow due to artifact run id not being passed into semgrep workflow https://github.com/dotCMS/core/actions/runs/11782551202/job/32817867816#step:3:228
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following these guidelines we need to add semgrep as a replacement for sonarqube in our PR and trunk workflows
https://semgrep.dev/docs/deployment/add-semgrep-to-ci
The text was updated successfully, but these errors were encountered: