Skip to content

update library version and go version #136

update library version and go version

update library version and go version #136

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"