Skip to content

Commit

Permalink
Mposluszny/papp 34725 updating dependencies (#37) (#38)
Browse files Browse the repository at this point in the history
* 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>

* Bumped up the version of microsoftwindowsremotemanagement 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
3 people authored Sep 30, 2024
1 parent 765e847 commit c3fcf25
Show file tree
Hide file tree
Showing 17 changed files with 421 additions and 536 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$
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# Windows Remote Management

Publisher: Splunk
Connector Version: 2.3.1
Connector Version: 2.3.2
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 c3fcf25

Please sign in to comment.