Skip to content

Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 #139

Bump google.golang.org/protobuf from 1.31.0 to 1.33.0

Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 #139

on:
pull_request:
jobs:
build-and-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: docker build . -t ${{ github.sha }}
- uses: Azure/container-scan@v0
with:
image-name: ${{ github.sha }}
severity-threshold: CRITICAL
env:
TRIVY_IGNORE_UNFIXED: true
DOCKLE_HOST: "unix:///var/run/docker.sock"