Skip to content

Commit

Permalink
Add OpenSSF scorecard workflow
Browse files Browse the repository at this point in the history
Ensure following best open source security practices by monitoring
OpenSSF score of the project.

Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed Jul 6, 2023
1 parent ab0ed8b commit a507d33
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: OpenSSF

on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]

permissions:
contents: read

jobs:
call:
permissions:
# Keep in sync with opi-smbios-bridge, no direct way to inherit permissions
contents: read
security-events: write
id-token: write
actions: read
uses: opiproject/opi-smbios-bridge/.github/workflows/scorecard.yml@main
secrets: inherit

0 comments on commit a507d33

Please sign in to comment.