From 721ede0fe0f99582092ba9ce188b37d13f39c20b Mon Sep 17 00:00:00 2001 From: Miguel Savignano Date: Fri, 1 Nov 2019 19:09:26 +0100 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index debbef2..115d92d 100644 --- a/README.md +++ b/README.md @@ -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