-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Mposluszny/papp 34725 updating dependencies (#17) * PAPP-34725 * PAPP-34725 - fixes from pre-commit * fix min phantom ver * Update README.md * added release notes --------- Co-authored-by: splunk-soar-connectors-admin <admin@splunksoar> * Bumped up the version of microsoftsccm from 2.3.1 to 2.3.2 * Release notes for version 2.3.2 * Release notes for version 2.3.2 --------- Co-authored-by: splunk-soar-connectors-admin <admin@splunksoar> Co-authored-by: root <root@splunksoar>
- Loading branch information
1 parent
62aab6b
commit d168e57
Showing
17 changed files
with
119 additions
and
130 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', '^microsoftsccm.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 | ||
- ^microsoftsccm.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
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.