Skip to content

Commit

Permalink
Fix workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangpengcheng committed May 14, 2024
1 parent 3aabc2a commit db779f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ permissions:
jobs:
build:
name: Scan
permissions: write-all
permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit db779f8

Please sign in to comment.