-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: replace super-linter with pre-commit (#88)
BREAKING CHANGE: replace super-linter with pre-commit Co-authored-by: uoboda-splunk <[email protected]>
- Loading branch information
1 parent
01c4397
commit f8c2a6c
Showing
6 changed files
with
14 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -141,22 +141,13 @@ jobs: | |
|
||
lint: | ||
runs-on: ubuntu-latest | ||
name: quality-lint | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-python@v4 | ||
with: | ||
# Full git history is needed to get a proper list of changed files within `super-linter` | ||
fetch-depth: 0 | ||
- name: quality-lint | ||
uses: docker://ghcr.io/github/super-linter:slim-v4.9.4 | ||
env: | ||
VALIDATE_ALL_CODEBASE: false | ||
DEFAULT_BRANCH: main | ||
LINTER_RULES_PATH: / | ||
PYTHON_ISORT_CONFIG_FILE: pyproject.toml | ||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} | ||
FILTER_REGEX_EXCLUDE: README.md | ||
VALIDATE_GITHUB_ACTIONS: false | ||
python-version: "3.7" | ||
- uses: pre-commit/[email protected] | ||
|
||
review_secrets: | ||
name: security-detect-secrets | ||
runs-on: ubuntu-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.