Skip to content

Commit

Permalink
ci: add permission of write for security-events for dependabot.
Browse files Browse the repository at this point in the history
Signed-off-by: Lan Liang <gcslyp@gmail.com>
  • Loading branch information
liangyuanpeng committed Apr 2, 2024
1 parent ff7322a commit 4998713
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-image-scanning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ jobs:
use-trivy-to-scan-image:
name: image-scanning
if: ${{ github.repository == 'karmada-io/karmada' }}
permissions:
security-events: write
runs-on: ubuntu-22.04
strategy:
fail-fast: false
Expand Down

0 comments on commit 4998713

Please sign in to comment.