Skip to content

Commit

Permalink
ci: fix sarif permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
import-benjamin authored Jan 5, 2024
1 parent 2ababf7 commit ed16c7c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/kics-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ on:
branches: [main]
paths: [Dockerfile]

permissions:
# required for all workflows
security-events: write
# only required for workflows in private repositories
actions: read
contents: read

jobs:
kics:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ed16c7c

Please sign in to comment.