Skip to content

Initial content for the CDM Starter Kit repository. #1

Initial content for the CDM Starter Kit repository.

Initial content for the CDM Starter Kit repository. #1

Workflow file for this run

name: Secret Scan
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
security-events: write
jobs:
secret-scan:
name: secret-scan
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}