Skip to content

Commit

Permalink
Merge pull request #873 from eclipse-tractusx/chore/improve-github-wo…
Browse files Browse the repository at this point in the history
…rkflows

chore(workflows): add permissions to workflow call
  • Loading branch information
ds-jhartmann authored Aug 22, 2024
2 parents 8207f2e + a6f4f69 commit 0eeb594
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/irs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@ jobs:

trigger-trivy-image-scan:
if: github.event_name != 'pull_request'
permissions:
actions: read
contents: read
security-events: write
needs:
- build_images
uses: ./.github/workflows/trivy-docker-hub-scan.yml

0 comments on commit 0eeb594

Please sign in to comment.