Skip to content

Commit

Permalink
build: reenable gitleaks
Browse files Browse the repository at this point in the history
It seems .gitleaksignore is experimental and doesn't work so well, so we are going to use .gitleaks.toml file to configure our allow list
  • Loading branch information
goncalo-frade-iohk committed Jul 14, 2023
1 parent 9121f60 commit 058e9ef
Show file tree
Hide file tree
Showing 5 changed files with 2,888 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
APPLY_FIXES_MODE: commit
VALIDATE_ALL_CODEBASE: ${{ github.ref_name == 'main' }}
DISABLE: COPYPASTE,SPELL
DISABLE_LINTERS: REPOSITORY_CHECKOV,REPOSITORY_GITLEAKS,BASH_SHELLCHECK,
DISABLE_LINTERS: REPOSITORY_CHECKOV,BASH_SHELLCHECK,
GITHUB_TOKEN: ${{ secrets.ATALA_GITHUB_TOKEN }}
steps:
- name: Checkout Code
Expand Down
Loading

0 comments on commit 058e9ef

Please sign in to comment.