Skip to content

chore(deps): bump github.com/sirupsen/logrus from 1.10.0 to 1.10.1 (#… #114

chore(deps): bump github.com/sirupsen/logrus from 1.10.0 to 1.10.1 (#…

chore(deps): bump github.com/sirupsen/logrus from 1.10.0 to 1.10.1 (#… #114

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:
permissions:
contents: read
security-events: write
id-token: write
uses: upcloud-tools/gha-actions/.github/workflows/scorecard.yaml@070918b27e20a6bd320cc93b569d912b1a227a6c
secrets: inherit