Skip to content

Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible #140

Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible

Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible #140

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"