Skip to content

New infra compatibility updates #59

New infra compatibility updates

New infra compatibility updates #59

Workflow file for this run

name: gitleaks
on: [pull_request]
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: What is this job and how do I fix it?
run: |
echo "See this Confluence page https://wiki.tenkasu.net/display/EN/How+To%3A+Use+Gitleaks+to+prevent+secrets+leakage+in+Github for more info"
- id: gitleaks-action
name: gitleaks-action
uses: crunchyroll/gitleaks-action@master
with:
extra-args: --config-path=.gitleaks.toml --report=gitleaks.json
- uses: actions/upload-artifact@v2
if: failure()
with:
name: gitleaks
path: gitleaks.json