Skip to content

Sign and verify container images #1

Sign and verify container images

Sign and verify container images #1

name: OpenSSF Scorecard Analysis

Check failure on line 1 in .github/workflows/scorecard-scheduler.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/scorecard-scheduler.yaml

Invalid workflow file

`workflow-dispatch` is not a valid event name
on:
# Schedule the github action instead
workflow-dispatch:
jobs:
run-scorecard:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Run Scorecard
uses: ossf/scorecard-action@v2
with:
results_file: results.json
publish_results: true