update readme
This commit is contained in:
parent
0f666ca646
commit
721ede0fe0
@ -7,7 +7,7 @@ Brakeman is a static analysis tool which checks Ruby on Rails applications for s
|
||||
|
||||
```yml
|
||||
- name: Brakeman
|
||||
uses: devmasx/brakeman-lint-action@v1.0.0
|
||||
uses: devmasx/brakeman-linter-action@v1.0.0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
```
|
||||
@ -22,7 +22,7 @@ Brakeman is a static analysis tool which checks Ruby on Rails applications for s
|
||||
run: |
|
||||
brakeman -f json > tmp/brakeman.json || exit 0
|
||||
- name: Brakeman
|
||||
uses: devmasx/brakeman-lint-action@v1.0.0
|
||||
uses: devmasx/brakeman-linter-action@v1.0.0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
REPORT_PATH: tmp/brakeman.json
|
||||
|
||||
Reference in New Issue
Block a user