You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
semgrep-action
v0.1
This action runs sgrep and returns the output
The config file|directory|yaml_url|tar|url|registry_name
.
The target(s) to scan
name: sgrep
on: [push]
jobs:
sgrep:
runs-on: ubuntu-latest
name: A job to run sgrep
steps:
- uses: actions/checkout@v2
- name: sgrep action step
id: sgrep
uses: returntocorp/sgrep-action@master
with:
config: tests/self_test.yml
targets: tests