Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Update bytemare/workflows digest to 02175f0 #103

Update bytemare/workflows digest to 02175f0

Update bytemare/workflows digest to 02175f0 #103

Workflow file for this run

name: Scorecard Analysis Workflow
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
# Weekly on Saturdays.
- cron: '30 1 * * 6'
permissions: {}
jobs:
analysis:
permissions:
# Needed if using Code scanning alerts
security-events: write
# Needed for GitHub OIDC token if publish_results is true
id-token: write
# Needed for nested workflow
actions: read
attestations: read
checks: read
contents: read
deployments: read
issues: read
discussions: read
packages: read
pages: read
pull-requests: read
repository-projects: read
statuses: read
uses: bytemare/workflows/.github/workflows/scorecard.yml@cdf682d842f182d26f7e9ecc8e6ba9ed8efcac7e
secrets:
token: ${{ secrets.SCORECARD_TOKEN }}