Skip to content

Commit

Permalink
Fiks trivy sbom generering (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebassonav authored Oct 7, 2024
1 parent 2a0a5a9 commit cfb2e1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/.build-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- name: Build and publish docker image
uses: nais/docker-build-push@v0
id: docker-build-push
env:
TRIVY_JAVA_DB_REPOSITORY: "public.ecr.aws/aquasecurity/trivy-java-db:1"
with:
team: etterlatte
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/.build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
- name: Build and publish docker image
uses: nais/docker-build-push@v0
id: docker-build-push
env:
TRIVY_JAVA_DB_REPOSITORY: "public.ecr.aws/aquasecurity/trivy-java-db:1"
with:
team: etterlatte
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
Expand Down

0 comments on commit cfb2e1d

Please sign in to comment.