Skip to content

Bump github.com/cyphar/filepath-securejoin from 0.2.3 to 0.2.4 #129

Bump github.com/cyphar/filepath-securejoin from 0.2.3 to 0.2.4

Bump github.com/cyphar/filepath-securejoin from 0.2.3 to 0.2.4 #129

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"