Skip to content

chore(deps): bump github.com/stretchr/testify from 1.12.0 to 1.12.1 (… #106

chore(deps): bump github.com/stretchr/testify from 1.12.0 to 1.12.1 (…

chore(deps): bump github.com/stretchr/testify from 1.12.0 to 1.12.1 (… #106

Workflow file for this run

name: OpenSSF Scorecard
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
on:
push:
branches:
- main
paths:
- '**/*.go'
- go.mod
- go.sum
- build-image.sh
- '.github/workflows/**'
- '.golangci.yml'
- '.trivyignore.yaml'
schedule:
- cron: "00 06 * * 1"
permissions:
contents: read
jobs:
analysis:
runs-on: ubuntu-24.04
permissions:
contents: read
security-events: write
id-token: write
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: ossf/scorecard-action@2d1146689b8cda280b9bc96326124645441f03bc # v2.4.4
with:
results_file: results.sarif
results_format: sarif
publish_results: true
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: SARIF
path: results.sarif
retention-days: 5
- uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
with:
sarif_file: results.sarif