Skip to content

Commit

Permalink
Add vulnerability-scan job again
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelpuchta committed Dec 2, 2024
1 parent beeee16 commit b79b987
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,17 +124,17 @@ jobs:
with:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

# vulnerability-scan:
# uses: ./.github/workflows/scan.yml
# secrets: inherit
vulnerability-scan:
uses: ./.github/workflows/scan.yml
secrets: inherit

build-and-push-image:
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' }}
needs:
- build
- audit-licenses
# - vulnerability-scan
- vulnerability-scan
permissions:
contents: read
id-token: write # This is used to complete the identity challenge with sigstore/fulcio..
Expand Down

0 comments on commit b79b987

Please sign in to comment.