Skip to content

[FEATURE] Add Semgrep CI snippet#24

Merged
prog-time merged 3 commits into
mainfrom
issues-9
Apr 22, 2026
Merged

[FEATURE] Add Semgrep CI snippet#24
prog-time merged 3 commits into
mainfrom
issues-9

Conversation

@prog-time
Copy link
Copy Markdown
Owner

Summary

Adds a Semgrep CI snippet to the security category — a multi-language SAST tool running the p/default ruleset (OWASP Top 10). Complements PHPStan / mypy / SpotBugs (type/bug checkers) with a security-focused rule layer across Python, JS/TS, Go, Java, Ruby, PHP and more in one configuration.

Changes

  • issues-9|add semgrep CI snippetscripts/shell/security/semgrep.sh, scripts/CI/security/semgrep.yml, CI/security/semgrep.yml
  • issues-9|add BATS tests for semgrep — 4 tests (missing binary, clean scan, failing scan, info message)
  • issues-9|document semgrep in README — Snippets table, Security section, project structure tree

Test plan

  • bats tests/security/semgrep.bats — 4/4 pass
  • yamllint clean on both new YAML files
  • CI green on this PR

Closes #9

@prog-time prog-time merged commit 3e03c75 into main Apr 22, 2026
5 checks passed
@prog-time prog-time deleted the issues-9 branch April 22, 2026 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Add Semgrep CI snippet

1 participant