Skip to content

Merge pull request #22 from button-inc/21-playwright-auth-setup #103

Merge pull request #22 from button-inc/21-playwright-auth-setup

Merge pull request #22 from button-inc/21-playwright-auth-setup #103

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'
package-manager: 'pnpm'

Check failure on line 32 in .github/workflows/scan-code.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/scan-code.yml

Invalid workflow file

You have an error in your yaml syntax on line 32
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"