Skip to content

fix(registryctl): permit tutorial purpose in generated notary policy #324

fix(registryctl): permit tutorial purpose in generated notary policy

fix(registryctl): permit tutorial purpose in generated notary policy #324

Workflow file for this run

name: OpenSSF Scorecard
on:
branch_protection_rule:
schedule:
- cron: "24 6 * * 2"
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
scorecard:
name: Scorecard
runs-on: ubuntu-24.04
permissions:
contents: read
id-token: write
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
with:
fetch-depth: 0
submodules: false
- name: Run OpenSSF Scorecard
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a
with:
results_file: scorecard-results.sarif
results_format: sarif
publish_results: ${{ github.event_name != 'pull_request' }}