mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
Add explicit permissions to Docker security scan workflow
Set minimal permissions: contents read for checkout, security-events write for SARIF upload to the GitHub Security tab. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c7c9eb242a
commit
4aa7bd5767
1 changed files with 4 additions and 0 deletions
4
.github/workflows/docker-security-scan.yml
vendored
4
.github/workflows/docker-security-scan.yml
vendored
|
|
@ -9,6 +9,10 @@ on:
|
|||
- main
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
security-events: write
|
||||
|
||||
jobs:
|
||||
scan:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue