Skip to content

Commit

Permalink
Run Scorecard Analysis
Browse files Browse the repository at this point in the history
Signed-off-by: S m, Aruna <[email protected]>
  • Loading branch information
arsulegai committed Oct 21, 2024
1 parent 324e934 commit 81a80d1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/scorecard-scheduler.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: OpenSSF Scorecard Analysis

on:
push:
branches: [ main ]

jobs:
run-scorecard:
runs-on: ubuntu-latest

permissions:
contents: read

steps:
- name: Check out code
uses: actions/checkout@v4

- name: Run Scorecard
uses: ossf/[email protected]
with:
results_file: results.json
publish_results: true

0 comments on commit 81a80d1

Please sign in to comment.