Skip to content

build(deps): bump github.com/anchore/syft from 0.81.0 to 0.82.0 #121

build(deps): bump github.com/anchore/syft from 0.81.0 to 0.82.0

build(deps): bump github.com/anchore/syft from 0.81.0 to 0.82.0 #121

Workflow file for this run

name: validate
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
workflow_dispatch:
push:
branches:
- 'master'
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
target:
- validate-license
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: Run
uses: docker/bake-action@v3
with:
targets: ${{ matrix.target }}