Skip to content

New: [AEA-0000] - add zizmor and remove all trace of trivy (#68) #68

New: [AEA-0000] - add zizmor and remove all trace of trivy (#68)

New: [AEA-0000] - add zizmor and remove all trace of trivy (#68) #68

Workflow file for this run

name: merge to main workflow
on:
push:
branches: [main]
jobs:
get_config_values:
uses: NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@f2d4d6942115472d3f08316cd25f400b02a9dc69
with:
verify_published_from_main_image: true
quality_checks:
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@f2d4d6942115472d3f08316cd25f400b02a9dc69
needs:
- get_config_values
with:
pinned_image: ${{ needs.get_config_values.outputs.pinned_image }}
secrets:
SONAR_TOKEN: '${{ secrets.SONAR_TOKEN }}'
tag_release:
needs: [quality_checks, get_config_values]
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@f2d4d6942115472d3f08316cd25f400b02a9dc69
permissions:
id-token: write
contents: write
with:
dry_run: true
pinned_image: ${{ needs.get_config_values.outputs.pinned_image }}
branch_name: main
tag_format: ${{ needs.get_config_values.outputs.tag_format }}
secrets: inherit
build_all_images:
needs:
- tag_release
uses: ./.github/workflows/build_all_images.yml
with:
docker_tag: 'ci-${{ needs.tag_release.outputs.version_tag }}'
tag_latest: false
NO_CACHE: false