Skip to content

gitleaks test

gitleaks test #52

Workflow file for this run

name: Scan ClimateTrax FE
on: [push]
concurrency:
group: CT-caller-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
call-workflow-trivy-scan:
uses: button-inc/button-shared-gh-actions/.github/workflows/scan-code-trivy.yml@develop
call-workflow-husky-scan:
uses: button-inc/button-shared-gh-actions/.github/workflows/scan-code-husky.yml@develop
with:
working-directory: ./app
node-version: '18'
call-workflow-gitleaks-scan:
uses: button-inc/button-shared-gh-actions/.github/workflows/scan-code-gitleaks.yml@develop
with:
notify-user-list: "@shon-button,@YaokunLin"
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
gitleaks-license: ${{ secrets.GITLEAKS_LICENSE}}