Skip to content

Bump google.golang.org/grpc from 1.47.0 to 1.58.1 in /trousseau #216

Bump google.golang.org/grpc from 1.47.0 to 1.58.1 in /trousseau

Bump google.golang.org/grpc from 1.47.0 to 1.58.1 in /trousseau #216

name: Proxy e2e on pr
on:
pull_request:
branches: [ main, v2* ]
workflow_dispatch:
permissions:
contents: read
pull-requests: read
actions: read
security-events: write
packages: write
concurrency:
group: ci-e2e-proxy-${{ github.ref }}-1
cancel-in-progress: true
jobs:
golangci-lint:
uses: ./.github/workflows/_gocilint.yml
with:
project: proxy
gosec-scanning:
uses: ./.github/workflows/_gosecscan.yml
needs: golangci-lint
image-build:
uses: ./.github/workflows/_docker-build.yml
with:
registry: ghcr.io
imageName: ${{ github.repository }}
imageTagPrefix: proxy
project: proxy
needs: gosec-scanning
image-vulnerability-scan:
uses: ./.github/workflows/_trivy.yml
with:
registry: ghcr.io
imageName: ${{ github.repository }}
imageTagPrefix: proxy
needs: image-build