Skip to content

Add Jia Receivable and cleanup old table code #393

Add Jia Receivable and cleanup old table code

Add Jia Receivable and cleanup old table code #393

Workflow file for this run

name: gitleaks
on:
pull_request:
types: [opened, reopened, edited, synchronize]
branches: ['master', 'develop']
workflow_dispatch:
jobs:
check-secret-leakage:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.19'
- name: get gitleaks
run: |
git clone https://github.com/zricethezav/gitleaks.git
cd gitleaks
make build
- name: Checking leaks
run: ./gitleaks/gitleaks detect