Skip to content

r7kamura/semgrepper

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

semgrepper

Custom action to run Semgrep and output results in GitHub Annotations format.

Usage

# .github/workflows/semgrep.yml
name: semgrep

on:
  pull_request:

jobs:
  run:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: r7kamura/semgrepper@v0

Inputs

config

--config option value for semgrep ci.

  • optional
  • default: .semgrep
    • Put your config file under this directory (e.g. .semgrep/rules.yml)

About

Custom action to run Semgrep and output results in GitHub Annotations format.

Resources

License

Stars

Watchers

Forks

Sponsor this project