Skip to content

Commit

Permalink
use latest nmap [7.95-2]
Browse files Browse the repository at this point in the history
Signed-off-by: Nahshon Unna-Tsameret <nunnatsa@redhat.com>
  • Loading branch information
nunnatsa committed Jun 2, 2024
1 parent 2e3a3f4 commit fca51cf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions hack/check_tlsprofile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ fi

if ! which nmap ; then
echo "Try to install nmap"
rpm -vhU --nodeps https://nmap.org/dist/nmap-7.94-1.x86_64.rpm
rpm -vhU https://nmap.org/dist/ncat-7.94-1.x86_64.rpm
rpm -vhU https://nmap.org/dist/nping-0.7.94-1.x86_64.rpm
rpm -vhU --nodeps https://nmap.org/dist/nmap-7.95-2.x86_64.rpm
rpm -vhU https://nmap.org/dist/ncat-7.95-2.x86_64.rpm
rpm -vhU https://nmap.org/dist/nping-0.7.95-2.x86_64.rpm

fi

if [ -n "${OPENSHIFT_BUILD_NAMESPACE:-}" ]; then
Expand Down

0 comments on commit fca51cf

Please sign in to comment.