Skip to content

Commit

Permalink
Mposluszny/papp 34725 updating dependencies (#37)
Browse files Browse the repository at this point in the history
* 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
mposluszny-splunk and splunk-soar-connectors-admin authored Sep 30, 2024
1 parent 188744f commit 51a880f
Show file tree
Hide file tree
Showing 18 changed files with 418 additions and 533 deletions.
27 changes: 16 additions & 11 deletions .pre-commit-config.yaml
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$
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Connector Version: 2.3.1
Product Vendor: Microsoft
Product Name: Windows Remote Management
Product Version Supported (regex): ".\*"
Minimum Product Version: 6.1.1
Minimum Product Version: 6.2.1

This app integrates with the Windows Remote Management service to execute various actions

Expand Down
Loading

0 comments on commit 51a880f

Please sign in to comment.