Skip to content

update stellar utils #534

update stellar utils

update stellar utils #534

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.23"
- name: get gitleaks
run: |
git clone https://github.com/zricethezav/gitleaks.git
cd gitleaks
make build
- name: Checking leaks
run: ./gitleaks/gitleaks detect