Skip to content

Commit

Permalink
fix: OpenSSF scorecard generation
Browse files Browse the repository at this point in the history
  • Loading branch information
darccio committed Apr 2, 2023
1 parent 4cde94b commit 14fe2b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/openssf.yml
Expand Up @@ -8,5 +8,11 @@ jobs:
runs-on: ubuntu-latest
name: OpenSSF
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: OSSF Scorecard action
uses: ossf/scorecard-action@v2.1.3
with:
results_file: results.sarif
results_format: sarif
publish_results: true

0 comments on commit 14fe2b1

Please sign in to comment.