Skip to content

fix(ci): hypatia-scan.yml -- pass GITHUB_TOKEN, use --exit-zero (hype… #123

fix(ci): hypatia-scan.yml -- pass GITHUB_TOKEN, use --exit-zero (hype…

fix(ci): hypatia-scan.yml -- pass GITHUB_TOKEN, use --exit-zero (hype… #123

Workflow file for this run

# SPDX-License-Identifier: PMPL-1.0-or-later
name: OSSF Scorecard
on:
push:
branches: [main, master]
schedule:
- cron: '0 4 * * 0'
permissions:
contents: read
jobs:
analysis:
runs-on: ubuntu-latest
permissions:
security-events: write
id-token: write
steps:
<<<<<<< HEAD

Check failure on line 19 in .github/workflows/scorecard.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/scorecard.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
=======
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
>>>>>>> 2928af7 (chore: batch RSR compliance)
with:
persist-credentials: false
- name: Run Scorecard
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
with:
results_file: results.sarif
results_format: sarif
- name: Upload results
uses: github/codeql-action/upload-sarif@b2f9ef845756500b97acbdaf5c1dd4e9c1d15734 # v3
with:
sarif_file: results.sarif