Skip to content

Commit

Permalink
remove permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
iliyan-velichkov committed Oct 15, 2024
1 parent 1c93170 commit a4a3780
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/docker-image-scanner-scout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ run-name: 'Scan image [${{ inputs.image }}] tag [${{ inputs.tag }}]'
jobs:
scan-image:
runs-on: ubuntu-${{ inputs.tag }}
permissions:
security-events: write
pull-requests: read
contents: write
id-token: write
statuses: write
actions: read
pages: write

steps:
- name: Checkout Code
Expand Down

0 comments on commit a4a3780

Please sign in to comment.