Skip to content

Add SharpPcap RAW transport project #2

Add SharpPcap RAW transport project

Add SharpPcap RAW transport project #2

Workflow file for this run

name: OpenSSF Scorecard
on:
branch_protection_rule:
schedule:
- cron: '31 19 * * 1'
push:
branches: [ main, master ]
workflow_dispatch:
permissions:
security-events: write
id-token: write
contents: read
actions: read
jobs:
scorecard:
name: Scorecard
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Run OpenSSF Scorecard
uses: ossf/scorecard-action@v2.4.0
with:
results_file: scorecard-results.sarif
results_format: sarif
publish_results: true
- name: Upload SARIF
uses: github/codeql-action/upload-sarif@v4
with:
sarif_file: scorecard-results.sarif