Skip to content

feat: add new mempool transaction types and improve the mempool fetch… #13

feat: add new mempool transaction types and improve the mempool fetch…

feat: add new mempool transaction types and improve the mempool fetch… #13

Workflow file for this run

name: openssf
on:
push:
branches: [ main ]
jobs:
scorecard:
name: OpenSSF
runs-on: ubuntu-latest
permissions:
# Needed to upload the results to code-scanning dashboard.
security-events: write
actions: read
contents: read
# Needed to access OIDC token.
id-token: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
persist-credentials: false
- name: OSSF Scorecard action
uses: ossf/scorecard-action@v2.3.1
with:
results_file: results.sarif
results_format: sarif
publish_results: true
- name: Upload SARIF results to code scanning
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif