Skip to content

Commit

Permalink
Require security checks before pushing frontend image.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-mk committed Jan 2, 2025
1 parent 5d61554 commit df7b81c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ jobs:
needs:
- frontend-jobs
- frontend-build-image-and-scan
- security-jobs
permissions:
contents: read
id-token: write # This is used to complete the identity challenge with sigstore/fulcio..
Expand Down Expand Up @@ -183,7 +184,6 @@ jobs:
if: ${{ failure() && github.ref == 'refs/heads/main' }}
with:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

# deploy-staging:
# runs-on: ubuntu-latest
# if: ${{ github.ref == 'refs/heads/main' }}
Expand Down Expand Up @@ -223,4 +223,4 @@ jobs:
# uses: digitalservicebund/notify-on-failure-gha@814d0c4b2ad6a3443e89c991f8657b10126510bf # v1.5.0
# if: ${{ failure() }}
# with:
# SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
# SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit df7b81c

Please sign in to comment.