Skip to content

Commit

Permalink
chore: add openssf scorecard
Browse files Browse the repository at this point in the history
  • Loading branch information
psastras committed Aug 1, 2024
1 parent c650387 commit 915c1d2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: auto approve

on: pull_request_target
permissions: write-all


jobs:
auto-approve:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

# ignore gh-pages
name: main
permissions: write-all

jobs:
build-test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sarif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
types: [completed]

name: sarif
permissions: write-all

jobs:
upload-sarif:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/scorecard-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
name: Scorecard analysis workflow
on:
push:
# Only the default branch is supported.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[![Workflow Status](https://github.com/psastras/sarif-rs/workflows/main/badge.svg)](https://github.com/psastras/sarif-rs/actions?query=workflow%3A%22main%22)
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/psastras/sarif-rs/badge)](https://scorecard.dev/viewer/?uri=github.com/psastras/sarif-rs)


# sarif-rs

Expand Down

0 comments on commit 915c1d2

Please sign in to comment.