Skip to content

Commit

Permalink
Ossf/gha scorecard (#24)
Browse files Browse the repository at this point in the history
🐛 fix support for OpenSSF Scorecard
  • Loading branch information
gimlichael authored Nov 15, 2024
1 parent 013bdcd commit 99230c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,15 @@ on:
paths-ignore:
- .codecov/**
- .docfx/**
- .github/**
- .nuget/**
- '**.md'
- '**/*.md'
push:
branches: [main]
paths-ignore:
- .codecov/**
- .docfx/**
- .github/**
- .nuget/**
- '**.md'
- '**/*.md'
workflow_dispatch:
inputs:
configuration:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@v2
uses: ossf/scorecard-action@v2.4.0
with:
results_file: results.sarif
results_format: sarif
publish_results: true

- name: "Upload artifact"
uses: actions/upload-artifact@4
uses: actions/upload-artifact@v4
with:
name: SARIF file
path: results.sarif
Expand Down

0 comments on commit 99230c9

Please sign in to comment.