Skip to content

Release v0.5.0 (#127) #90

Release v0.5.0 (#127)

Release v0.5.0 (#127) #90

# DO NOT EDIT. Generated with:
#
# devctl
#
# https://github.com/giantswarm/devctl/blob/ad0a25fbf301b2513e169ec964a8785d28f75be4/pkg/gen/input/workflows/internal/file/run_ossf_scorecard.yaml.template
#
# This workflow uses actions that are not certified by GitHub. They are provided
# by a third-party and are governed by separate terms of service, privacy
# policy, and support documentation.
name: Scorecard supply-chain security
on:
# For Branch-Protection check. Only the default branch is supported. See
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
branch_protection_rule: {}
# To guarantee Maintained check is occasionally updated. See
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
schedule:
- cron: '15 15 15 * *'
push:
branches:
- main
- master
workflow_dispatch: {}
jobs:
analysis:
uses: giantswarm/github-workflows/.github/workflows/ossf-scorecard.yaml@main
secrets:
scorecard_token: ${{ secrets.SCORECARD_TOKEN }}