-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mposluszny/papp 34725 updating dependencies (#37)
* PAPP-34725 * PAPP-34725 - fixes from pre-commit * fix min phantom ver * Update README.md * fix linting * release notes --------- Co-authored-by: splunk-soar-connectors-admin <admin@splunksoar>
- Loading branch information
1 parent
188744f
commit 51a880f
Showing
18 changed files
with
418 additions
and
533 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 |
---|---|---|
@@ -1,12 +1,17 @@ | ||
repos: | ||
- repo: https://github.com/phantomcyber/dev-cicd-tools | ||
rev: v1.17 | ||
hooks: | ||
- id: org-hook | ||
- id: package-app-dependencies | ||
args: ["-d", "./Dockerfile.wheels"] | ||
- repo: https://github.com/Yelp/detect-secrets | ||
rev: v1.4.0 | ||
hooks: | ||
- id: detect-secrets | ||
args: ['--no-verify', '--exclude-files', '^winrm.json$'] | ||
- repo: https://github.com/phantomcyber/dev-cicd-tools | ||
rev: v1.22 | ||
hooks: | ||
- id: org-hook | ||
- id: package-app-dependencies | ||
args: | ||
- -d | ||
- ./Dockerfile.wheels | ||
- repo: https://github.com/Yelp/detect-secrets | ||
rev: v1.4.0 | ||
hooks: | ||
- id: detect-secrets | ||
args: | ||
- --no-verify | ||
- --exclude-files | ||
- ^winrm.json$ |
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
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
Oops, something went wrong.