ci: 解决测试工程访问 gl 环境不一致 (#2369) #6113
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: gitleaks | |
on: push | |
jobs: | |
gitleaks: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
fetch-depth: '1' | |
- name: gitleaks-action | |
uses: zricethezav/[email protected] | |
with: | |
config-path: .github/.gitleaks.toml |