Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/gitleak-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on: [pull_request, push, workflow_dispatch]
permissions:
contents: read
pull-requests: read
security-events: write
actions: read

jobs:
gitleaks:
Expand All @@ -17,6 +19,6 @@ jobs:
with:
scan-scope: "all"
source: "./"
config_path: "./ci/gitleaks_baselines/os-image-composer-gitleaks.csv"
report_format: "csv"
config_path: "./ci/gitleaks_baselines/os-image-composer-gitleaks.sarif"
report_format: "sarif"
redact: "true"
Loading