Skip to content

housekeeping: update .goreleaser.yml to adjust signing args and outpu… #10

housekeeping: update .goreleaser.yml to adjust signing args and outpu…

housekeeping: update .goreleaser.yml to adjust signing args and outpu… #10

Workflow file for this run

name: Scorecard
on:
push:
branches: [main, master]
schedule:
- cron: '0 0 * * 0' # Weekly
permissions:
security-events: write
id-token: write
jobs:
analysis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Run Scorecard
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
with:
results_file: results.sarif
results_format: sarif
- name: Upload results
uses: github/codeql-action/upload-sarif@2588666de8825e1e9dc4e2329a4c985457d55b32 # v3
with:
sarif_file: results.sarif