-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #210 from Patrowl/develop
1.5.6 Clean route and quality review
- Loading branch information
Showing
42 changed files
with
134 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
sonar.python.version=3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.5.4 // PatrowlEngines | ||
1.5.6 // PatrowlEngines |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
FROM alpine:latest | ||
MAINTAINER Patrowl.io "[email protected]" | ||
LABEL Name="APIVoid\ \(Patrowl engine\)" Version="1.4.28" | ||
|
||
# Create the target repo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
FROM ubuntu:20.04 | ||
MAINTAINER Patrowl.io "[email protected]" | ||
LABEL Name="Arachni\ \(Patrowl engine\)" Version="1.4.28" | ||
|
||
ENV VERSION_FRAMEWORK 1.5.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
FROM alpine:latest | ||
MAINTAINER Patrowl.io "[email protected]" | ||
LABEL Name="CertStream\ \(Patrowl engine\)" Version="1.4.27" | ||
|
||
# Install dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
FROM alpine:latest | ||
MAINTAINER Patrowl.io "[email protected]" | ||
LABEL Name="Cortex\ \(Patrowl engine\)" Version="1.4.27" | ||
|
||
# Set the working directory | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
FROM alpine:latest | ||
MAINTAINER Patrowl.io "[email protected]" | ||
LABEL Name="CybelAngel\ \(Patrowl engine\)" Version="1.4.27" | ||
LABEL Name="CybelAngel\ \(Patrowl engine\)" Version="1.4.28" | ||
|
||
# Create the target repo | ||
RUN mkdir -p /opt/patrowl-engines/cybelangel | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.4.27 | ||
1.4.28 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
FROM alpine:latest | ||
MAINTAINER Patrowl.io "[email protected]" | ||
LABEL Name="droopescan\ \(Patrowl engine\)" Version="1.4.29" | ||
LABEL Name="droopescan\ \(Patrowl engine\)" Version="1.4.30" | ||
|
||
# Set the working directory | ||
RUN mkdir -p /opt/patrowl-engines/droopescan | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.4.29 | ||
1.4.30 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
FROM phusion/baseimage:bionic-1.0.0 | ||
MAINTAINER Patrowl.io "[email protected]" | ||
LABEL Name="EyeWitness\ \(Patrowl engine\)" Version="1.4.28" | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
FROM alpine:latest | ||
MAINTAINER Patrowl.io "[email protected]" | ||
LABEL Name="Nessus\ \(Patrowl engine\)" Version="1.4.28" | ||
|
||
ENV LOGLEVEL info | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
FROM alpine:latest | ||
|
||
MAINTAINER Patrowl.io "[email protected]" | ||
LABEL Name="Nmap\ \(Patrowl engine\)" Version="1.4.34" | ||
|
||
# Set the working directory | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
FROM alpine:3.13.5 | ||
|
||
MAINTAINER Patrowl.io "[email protected]" | ||
LABEL Name="Nmap\ \(Patrowl engine\)" Version="1.0.0" | ||
|
||
ARG nmap_ver=7.91 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
FROM ubuntu:20.04 | ||
|
||
MAINTAINER Patrowl.io "[email protected]" | ||
LABEL Name="Nmap\ \(Patrowl engine\)" Version="1.0.0" | ||
|
||
# Set the working directory | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.4.34 | ||
1.4.35 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
FROM alpine:latest | ||
MAINTAINER Patrowl.io "[email protected]" | ||
LABEL Name="OpenVAS\ \(Patrowl engine\)" Version="1.4.31" | ||
|
||
ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
FROM alpine:latest | ||
MAINTAINER Patrowl.io "[email protected]" | ||
LABEL Name="Patrowl\ Code\ Security\ review\ \(Patrowl engine\)" Version="1.4.28" | ||
|
||
# Install dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
# FROM ubuntu:18.04 | ||
FROM ubuntu:20.04 | ||
MAINTAINER Patrowl.io "[email protected]" | ||
LABEL Name="Patrowl\ DNS\ \(Patrowl engine\)" Version="1.4.32" | ||
LABEL Name="Patrowl\ DNS\ \(Patrowl engine\)" Version="1.4.34" | ||
|
||
# Install dependencies | ||
RUN apt-get update && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
FROM alpine:latest | ||
MAINTAINER Patrowl.io "[email protected]" | ||
LABEL Name="Patrowl\ DNS\ \(Patrowl engine\)" Version="1.0.0" | ||
|
||
# Install dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.4.32 | ||
1.4.34 |
Oops, something went wrong.