Skip to content

fix: add HTTP status check before JSON parse #359

fix: add HTTP status check before JSON parse

fix: add HTTP status check before JSON parse #359

Workflow file for this run

name: Gitleaks
on:
push:
branches: ['master', 'main']
pull_request:
branches: ['master', 'main']
jobs:
scan:
name: Secret Scanning
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_ENABLE_UPLOAD_ARTIFACT: false
GITLEAKS_ENABLE_SUMMARY: true