Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 849 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 849 Bytes

Frappe Semgrep rules

Semgrep rules specific to Frappe Framework

These rules guard against typical mistakes or bad practices while working on Frappe Framework apps. Frappe's own apps also use this to simplify repetitive checks in code review process.

How to Use in my app

  • You can reuse the GitHub Action that Frappe Framework itself uses for running Semgrep: Workflow file

How to contribute new rules