Skip to content

Commit

Permalink
improve example in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
g-wilson committed Sep 25, 2020
1 parent e6585b5 commit 24cc804
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
github_token: ${{ secrets.github_token }}
# Change reviewdog reporter if you need [github-pr-check,github-check,github-pr-review].
reporter: github-pr-review
# Change reporter level if you need.
# GitHub Status Check won't become failure with warning.
# Change reporter level if you need. GitHub Status Check won't become failure with warning.
level: warning
# Change filter mode if you need [added,diff_context,file,nofilter].
filter_mode: file
# Semgrep config string (URL, path to file, or policy)
semgrep_config: p/gosec
```

0 comments on commit 24cc804

Please sign in to comment.