Skip to content

Commit

Permalink
Endret path sbom
Browse files Browse the repository at this point in the history
  • Loading branch information
stigebil committed Apr 10, 2024
1 parent 9746c51 commit dd1f5c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
docker_context: .
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
byosbom: target/bom.json
byosbom: build/reports/bom.json
- name: Deploy to prod-fss
uses: nais/deploy/actions/deploy@v2
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
docker_context: .
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
byosbom: target/bom.json
byosbom: build/reports/bom.json
- name: Deploy to dev-fss
uses: nais/deploy/actions/deploy@v2
if: github.triggering_actor != 'dependabot[bot]'
Expand Down

0 comments on commit dd1f5c5

Please sign in to comment.