Skip to content
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"
Comment thread
elvin03 marked this conversation as resolved.
Comment thread
elvin03 marked this conversation as resolved.
report_format: "sarif"
redact: "true"
Loading