Skip to content

Commit

Permalink
change action
Browse files Browse the repository at this point in the history
  • Loading branch information
polographer committed May 30, 2024
1 parent a5ff993 commit f92d78d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/security-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:
- uses: actions/checkout@v4
- name: Brakeman code scanning
continue-on-error: true
uses: standardnotes/brakeman-action@v1.0.0
uses: artplan1/brakeman-action@v1.2.1
with:
options: " --output output.markdown"
flags: " --output output.markdown"
- name: Brakeman code scanning
continue-on-error: true
uses: standardnotes/brakeman-action@v1.0.0
uses: artplan1/brakeman-action@v1.2.1
with:
options: "--help"
flags: " --help"
- name: Write to Job Summary
run: cat output.markdown >> $GITHUB_STEP_SUMMARY

Expand Down

0 comments on commit f92d78d

Please sign in to comment.