Skip to content

chore(deps): bump golang.org/x/net from 0.0.0-20210510120150-4163338589ed to 0.23.0 in /api/test/e2enew #129

chore(deps): bump golang.org/x/net from 0.0.0-20210510120150-4163338589ed to 0.23.0 in /api/test/e2enew

chore(deps): bump golang.org/x/net from 0.0.0-20210510120150-4163338589ed to 0.23.0 in /api/test/e2enew #129

Workflow file for this run

# Scan git repos (or files) for secrets using regex and entropy 🔑
name: gitLeaks
on:
push:
branches:
- master
paths-ignore:
- 'docs/**'
pull_request:
branches:
- master
paths-ignore:
- 'docs/**'
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '1'
submodules: recursive
- name: wget
shell: bash
run: |
wget https://raw.githubusercontent.com/ycjcl868/gitleaks/master/.gitleaks.toml
- name: gitleaks-action
uses: ./.github/actions/gitleaks-action