Skip to content

Commit

Permalink
Merge pull request #165 from unixorn/update-gitleaks-configuration
Browse files Browse the repository at this point in the history
Update gitleaks configuration & dependencies
  • Loading branch information
unixorn authored Jan 1, 2024
2 parents 05fc5e3 + d6329f4 commit ce3c8c7
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 30 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,15 @@ jobs:
- name: Lint Code Base
uses: oxsecurity/megalinter/flavors/python@v7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PAT: ${{secrets.PAT}}
REPOSITORY_TRIVY_DISABLE_ERRORS: true
DOCKERFILE_HADOLINT_DISABLE_ERRORS: true
ACTION_ACTIONLINT_DISABLE_ERRORS: true
DOCKERFILE_HADOLINT_DISABLE_ERRORS: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PAT: ${{secrets.PAT}}
REPOSITORY_GITLEAKS_DISABLE_ERRORS: true
REPOSITORY_GITLEAKS_PR_COMMITS_SCAN: true
REPOSITORY_TRIVY_DISABLE_ERRORS: true
VALIDATE_ALL_CODEBASE: false
YAML_YAMLLINT_DISABLE_ERRORS: true

# Upload Mega-Linter artifacts.
# They will be available on Github action page "Artifacts" section
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repos:
- id: doctoc

- repo: https://github.com/python-poetry/poetry
rev: "1.4.1"
rev: "1.7.1"
hooks:
- id: poetry-check
- id: poetry-lock
48 changes: 24 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/test_discoverable.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2022-2023 Joe Block <[email protected]>
# Copyright 2022-2024 Joe Block <[email protected]>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down

0 comments on commit ce3c8c7

Please sign in to comment.