Skip to content

deps(go): bump go.opentelemetry.io/contrib/samplers/jaegerremote from 0.23.0 to 0.24.0 #384

deps(go): bump go.opentelemetry.io/contrib/samplers/jaegerremote from 0.23.0 to 0.24.0

deps(go): bump go.opentelemetry.io/contrib/samplers/jaegerremote from 0.23.0 to 0.24.0 #384

Workflow file for this run

name: docker-images
on:
push:
branches:
- main
pull_request:
jobs:
build-docker:
runs-on: ubuntu-latest
env:
DOCKER_BUILDKIT: 1
steps:
- uses: actions/checkout@v4
- run: make docker
- name: Run Trivy vulnerability scanner (table output)
uses: aquasecurity/trivy-action@master
with:
image-ref: grafana/smtprelay
format: table
exit-code: 1
ignore-unfixed: true
vuln-type: os,library
severity: CRITICAL,HIGH
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
image-ref: grafana/smtprelay
format: sarif
output: trivy-results.sarif
ignore-unfixed: true
vuln-type: os,library
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: 'trivy-results.sarif'
if: always() && github.repository == 'grafana/smtprelay'