Skip to content

fix(deps): update aquasecurity/trivy-action digest to 5681af8 #565

fix(deps): update aquasecurity/trivy-action digest to 5681af8

fix(deps): update aquasecurity/trivy-action digest to 5681af8 #565

concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.event.ref }}-${{ github.event_name }}
jobs:
build:
uses: ./.github/workflows/workflow.build.yaml
secrets: inherit
with:
name: check-cluster-images
version_test:
container: "docker://ghcr.io/socialgouv/docker/check-cluster-images:sha-${{ github.sha }}"
name: Test files
needs: [build]
runs-on: ubuntu-latest
steps:
- run: skopeo -v
- run: kubectl version --client
- run: jq --version
name: "check-cluster-images"
on:
push:
branches:
- "**"
- "!master"
- "!alpha"
- "!beta"
paths:
- "check-cluster-images/**"
- ".github/workflows/check-cluster-images.yaml"
- ".github/workflows/check-cluster-images.tag.yaml"
- ".github/workflows/workflow.build.yaml"