Skip to content

Commit

Permalink
Merge pull request #905 from krakend/fix_security_permissions
Browse files Browse the repository at this point in the history
Add permissions to upload the security reports
  • Loading branch information
taik0 authored Jul 16, 2024
2 parents 4372c13 + 8d443ba commit c6a9789
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,13 @@ jobs:
sarif_file: 'trivy-results.sarif'

image-scan:
permissions:
security-events: write
actions: read
contents: read
strategy:
matrix:
config:
- image: krakend/builder
dockerfile: Dockerfile-builder
- image: krakend/krakend-ce
dockerfile: Dockerfile
runs-on: ubuntu-latest
Expand Down

0 comments on commit c6a9789

Please sign in to comment.