feat: rename SpdkJSONRPC
to Client
and pass context to all functions
#78
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: OpenSSF | |
on: | |
workflow_dispatch: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
permissions: | |
contents: read | |
jobs: | |
call: | |
permissions: | |
security-events: write | |
id-token: write | |
actions: read | |
contents: read | |
uses: opiproject/actions/.github/workflows/scorecard.yml@main | |
secrets: inherit |