fix(deps): update aquasecurity/trivy-action digest to 91713af #490
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: nginx4spa | |
version_test: | |
container: "docker://ghcr.io/socialgouv/docker/nginx4spa:sha-${{ github.sha }}" | |
name: Test Version | |
needs: [build] | |
runs-on: ubuntu-latest | |
steps: | |
- run: nginx -version | |
name: "nginx4spa" | |
on: | |
push: | |
branches: | |
- "**" | |
- "!master" | |
- "!alpha" | |
- "!beta" | |
paths: | |
- "nginx4spa/**" | |
- ".github/workflows/nginx4spa.yaml" | |
- ".github/workflows/nginx4spa.tag.yaml" | |
- ".github/workflows/workflow.build.yaml" |