This repository is home to the GitHub action workflow that will run perform a semgrep scan on a checked out repository. After the scan is complete, the results will be uploaded to GitHub's Code Scanning API.
- name: Semgrep Scan
uses: MetaMask/Semgrep-action@main
with:
# optional string parameter
paths_ignored: ...
For information on how to contribute rules to this repository, please see https://github.com/MetaMask/semgrep-action/blob/main/CONTRIBUTING.md.