Skip to content

Commit

Permalink
bytter til docker-build-push for å generere sbom
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenbyhring committed Jan 8, 2025
1 parent 949b771 commit 352807d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
id-token: write
# Service containers to run with `container-job`
services:
Expand Down Expand Up @@ -71,6 +70,9 @@ jobs:
name: Deploy to DEV
needs: build
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: nais/deploy/actions/deploy@v2
env:
Expand Down

0 comments on commit 352807d

Please sign in to comment.