Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Checkpoint/CHANGELOG.md → CheckPointHarmony/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 2026-01-29 - 1.5.1

### Changed

- Rename the automation module to Check Point Harmony

## 2025-06-04 - 1.5.0

### Changed
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes.
21 changes: 11 additions & 10 deletions Checkpoint/manifest.json → CheckPointHarmony/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"client_id": {
"description": "Client Id to interact with Checkpoint API",
"description": "Client Id to interact with Checkpoint Harmony API",
"type": "string"
},
"secret_key": {
"description": "Secret key to work with Checkpoint API",
"description": "Secret key to work with Checkpoint Harmony API",
"type": "string"
},
"authentication_url": {
"description": "Authentication url to authenticate Checkpoint API",
"description": "Authentication url to authenticate Checkpoint Harmony API",
"type": "string"
},
"base_url": {
"description": "Base url to interact with Checkpoint API",
"description": "Base url to interact with Checkpoint Harmony API",
"type": "string",
"default": "https://cloudinfra-gw.portal.checkpoint.com"
}
Expand All @@ -28,15 +28,16 @@
"secrets": [
"secret_key"
],
"title": "Check Point module Configuration",
"title": "Check Point Harmony module Configuration",
"type": "object"
},
"description": "Check Point Harmony is the industry\u2019s first unified security solution for users devices and access.",
"name": "Check Point",
"name": "Check Point Harmony",
"uuid": "096f4eda-68dd-11ee-8c99-0242ac120002",
"slug": "checkpoint",
"version": "1.5.0",
"slug": "checkpoint-harmony",
"version": "1.5.1",
"categories": [
"Network"
"Endpoint",
"Email"
]
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 15 additions & 0 deletions CheckPointQuantum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased


## 2026-01-29 - 1.0.0

### Added

- Create a specific automation module for Check Point Quantum
Binary file added CheckPointQuantum/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions CheckPointQuantum/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"configuration": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {},
"required": [],
"title": "Check Point Quantum module Configuration",
"type": "object"
},
"description": "Check Point Quantum is a unified cybersecurity platform combining next-generation firewall, intrusion prevention, VPN and advanced threat protection across on-premises, cloud and remote environments.",
"name": "Check Point Quantum",
"uuid": "af67e28c-fff0-489f-ac3c-a556e44a5cf5",
"slug": "checkpoint-quantum",
"version": "1.0.0",
"categories": [
"Network"
]
}
Loading