Skip to content

Bump github.com/minio/minio-go/v7 from 7.0.70 to 7.0.80 (#4282) #2855

Bump github.com/minio/minio-go/v7 from 7.0.70 to 7.0.80 (#4282)

Bump github.com/minio/minio-go/v7 from 7.0.70 to 7.0.80 (#4282) #2855

Workflow file for this run

name: Snyk Monitor Scanning
on:
release:
types: [published]
push:
branches:
- 'main'
- 'master'
workflow_dispatch:
jobs:
snyk-scan-ci:
# only run in grafana/tempo.
if: github.repository == 'grafana/tempo'
uses: 'grafana/security-github-actions/.github/workflows/snyk_monitor.yml@main'
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}