Skip to content

Commit

Permalink
Merge pull request #485 from Patrowl/develop
Browse files Browse the repository at this point in the history
1.5.23
  • Loading branch information
sebastien-powl authored Jul 17, 2024
2 parents df967ba + 587f31a commit 072f23b
Show file tree
Hide file tree
Showing 18 changed files with 1,651 additions and 951 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.22
1.5.23
2 changes: 1 addition & 1 deletion engines/nmap/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.16.3
LABEL Name="Nmap\ \(Patrowl engine\)" Version="1.4.49"
LABEL Name="Nmap\ \(Patrowl engine\)" Version="1.5.0"

# Set the working directory
RUN mkdir -p /opt/patrowl-engines/nmap
Expand Down
2 changes: 1 addition & 1 deletion engines/nmap/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.49
1.5.0
2 changes: 1 addition & 1 deletion engines/nmap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

__title__ = 'patrowl_engine_nmap'
__version__ = '1.4.49'
__version__ = '1.5.0'
__author__ = 'Nicolas MATTIOCCO'
__license__ = 'AGPLv3'
__copyright__ = 'Copyright (C) 2018-2022 Nicolas Mattiocco - @MaKyOtOx'
Loading

0 comments on commit 072f23b

Please sign in to comment.