Skip to content

Commit

Permalink
fjerner trivy som krav til prod deploy fordi den ofte feiler pga rate…
Browse files Browse the repository at this point in the history
…-limiting. ønsker å beholde den i workflowen for secret scanning
  • Loading branch information
vebnor committed Nov 12, 2024
1 parent fd3037f commit e0b1e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
CLUSTER: prod-fss
environment: prod-fss:k9saksbehandling
if: github.ref_name == 'master'
needs: [build-docker-image, deploy-dev, verdikjede-tester, trivy]
needs: [build-docker-image, deploy-dev, verdikjede-tester]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit e0b1e04

Please sign in to comment.