Skip to content

Commit 14fe2b1

Browse files
committed
fix: OpenSSF scorecard generation
1 parent 4cde94b commit 14fe2b1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/openssf.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,11 @@ jobs:
88
runs-on: ubuntu-latest
99
name: OpenSSF
1010
steps:
11+
- name: Checkout repository
12+
uses: actions/checkout@v3
1113
- name: OSSF Scorecard action
1214
uses: ossf/scorecard-action@v2.1.3
15+
with:
16+
results_file: results.sarif
17+
results_format: sarif
18+
publish_results: true

0 commit comments

Comments
 (0)