Skip to content

Commit

Permalink
Merge pull request #445 from Patrowl/develop
Browse files Browse the repository at this point in the history
1.5.21 black
  • Loading branch information
sebastien-powl authored Feb 20, 2024
2 parents 9aae2a7 + f331a8e commit 824d7ed
Show file tree
Hide file tree
Showing 70 changed files with 5,778 additions and 3,590 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.20
1.5.21
2 changes: 1 addition & 1 deletion engines/apivoid/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.16.3
LABEL Name="APIVoid\ \(Patrowl engine\)" Version="1.4.32"
LABEL Name="APIVoid\ \(Patrowl engine\)" Version="1.4.33"

# Create the target repo
RUN mkdir -p /opt/patrowl-engines/apivoid
Expand Down
2 changes: 1 addition & 1 deletion engines/apivoid/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.32
1.4.33
2 changes: 1 addition & 1 deletion engines/apivoid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

__title__ = 'patrowl_engine_apivoid'
__version__ = '1.4.32'
__version__ = '1.4.33'
__author__ = 'Nicolas MATTIOCCO'
__license__ = 'AGPLv3'
__copyright__ = 'Copyright (C) 2020-2023 Nicolas Mattiocco - @MaKyOtOx'
2 changes: 1 addition & 1 deletion engines/apivoid/apivoid.json.sample
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "APIVOID",
"version": "1.4.32",
"version": "1.4.33",
"description": "APIVoid reputation API",
"allowed_asset_types": ["domain", "fqdn", "ip", "url", "ip-subnet"],
"apikeys": [
Expand Down
Loading

0 comments on commit 824d7ed

Please sign in to comment.