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 57e992d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/scorecard-scheduler.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: OpenSSF Scorecard Analysis

on:
push:
branches: [ main ]

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

permissions:
# Needed to upload the results to code-scanning dashboard
security-events: write
# Needed to publish results and get a badge
id-token: write

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 57e992d

Please sign in to comment.