Skip to content

Create cleanup_workspace #3038

Create cleanup_workspace

Create cleanup_workspace #3038

Workflow file for this run

name: gitleaks
on: [pull_request, push, workflow_dispatch]
permissions:
contents: read
pull-requests: read
security-events: write
actions: read
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
with:
persist-credentials: true
- name: Run Gitleaks scan
uses: ./.github/actions/security/gitleaks
with:
scan-scope: "all"
source: "./"
config_path: "./ci/gitleaks_baselines/os-image-composer-gitleaks.sarif"
report_format: "sarif"
redact: "true"