Skip to content

Commit

Permalink
Bruker felles verdikjedetest workflow (#6495)
Browse files Browse the repository at this point in the history
  • Loading branch information
qtips committed Aug 20, 2024
1 parent 089d94f commit b061dc8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,15 @@ jobs:
secrets: inherit
permissions:
id-token: write
contents: read
packages: read
uses: navikt/sif-gha-workflows/.github/workflows/verdikjede-test.yml@main
uses: navikt/sif-gha-workflows/.github/workflows/verdikjede-test-v2.yml@main
needs: build-docker-image
with:
tag: ${{ needs.build-docker-image.outputs.tag }}
frontend_only: 'true'
suites: "frontend"
image_version: ${{ needs.build-docker-image.outputs.tag }}

trivy:
needs: [build-docker-image]
uses: navikt/sif-gha-workflows/.github/workflows/trivy.yml@main
Expand Down

0 comments on commit b061dc8

Please sign in to comment.