Skip to content

renovate config

renovate config #70

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/gh-actions/.github/workflows/[email protected]
call-workflow-husky-scan:
uses: button-inc/gh-actions/.github/workflows/[email protected]
with:
working-directory: ./app
node-version: '18'
call-workflow-gitleaks-scan:
uses: button-inc/gh-actions/.github/workflows/[email protected]
with:
notify-user-list: "@shon-button,@YaokunLin"
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
gitleaks-license: ${{ secrets.GITLEAKS_LICENSE}}
call-workflow-owasp-zap-scan:
uses: button-inc/gh-actions/.github/workflows/[email protected]
with:
target-url: 'http://localhost:3000'