We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug I request a License,set token and license to secret,but pr feat-xxx to dev scan always not found secret,action gitleaks cmd is
gitleaks detect --redact -v --exit-code=2 --report-format=sarif --report-path=results.sarif --log-level=debug --log-opts=--no-merges
Was local scan cmd gitleaks detect --redact -v --exit-code=2 --report-format=sarif --report-path=results.sarif --log-level=debug find more secret
How to fix or config gitleaks action
action example
name: gitleaks on: [pull_request, workflow_dispatch] jobs: scan: name: gitleaks runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: gitleaks/gitleaks-action@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE}}
Basic Info (please complete the following information):
cc @zricethezav
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I request a License,set token and license to secret,but pr feat-xxx to dev scan always not found secret,action gitleaks cmd is
gitleaks detect --redact -v --exit-code=2 --report-format=sarif --report-path=results.sarif --log-level=debug --log-opts=--no-merges
Was local scan cmd
gitleaks detect --redact -v --exit-code=2 --report-format=sarif --report-path=results.sarif --log-level=debug
find more secret
How to fix or config gitleaks action
action example
Basic Info (please complete the following information):
cc @zricethezav
The text was updated successfully, but these errors were encountered: