Skip to content

Commit

Permalink
Update MQBrokerVersion.py
Browse files Browse the repository at this point in the history
Apache ActiveMQ support for version5.16 ended on Mar 18, 2023
  • Loading branch information
aqujesus committed Oct 16, 2023
1 parent 5a49312 commit bbf8d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkov/terraform/checks/resource/aws/MQBrokerVersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

ENGINE_VERSION_PATTERN = re.compile(r"(\d+\.\d+.\d+)")
ENGINE_VERSION_SHORT_PATTERN = re.compile(r"(\d+\.\d+)")
MINIMUM_ACTIVEMQ_VERSION = 5.16
MINIMUM_ACTIVEMQ_VERSION = 5.17
MINIMUM_RABBITMQ_VERSION = 3.8


Expand Down

0 comments on commit bbf8d7a

Please sign in to comment.