Skip to content

Commit

Permalink
Remove trufflehog, keeping gitleaks and secretlint
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf committed Oct 13, 2024
1 parent 846a6f2 commit 2dcc2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# ADD YOUR CUSTOM ENV VARIABLES HERE OR DEFINE THEM IN A FILE .mega-linter.yml AT THE ROOT OF YOUR REPOSITORY
DISABLE: COPYPASTE,SPELL
DISABLE_LINTERS: REPOSITORY_GRYPE,REPOSITORY_TRIVY
DISABLE_LINTERS: REPOSITORY_GRYPE,REPOSITORY_TRIVY,REPOSITORY_TRUFFLEHOG
REPOSITORY_GITLEAKS_PR_COMMITS_SCAN: ${{ github.event_name == 'pull_request' }}

Check failure on line 62 in .github/workflows/mega-linter.yml

View workflow job for this annotation

GitHub Actions / MegaLinter

62:48 [colons] too many spaces after colon

# Upload MegaLinter artifacts
Expand Down

0 comments on commit 2dcc2bd

Please sign in to comment.