You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN DOWNLOAD_ID=$(curl -ssl -o - "https://www.tenable.com/downloads/nessus" | sed -n -e 's/.*data-download-id="\([0-9]*\)".*data-file-name="\([a-zA-Z0-9_\.-]\+\-es7\.x86_64\.rpm\).*".*/\1/p')
RUN rpm --import https://static.tenable.com/marketing/RPM-GPG-KEY-Tenable
RUN curl -o /tmp/Nessus-${NESSUS_VERSION}-es7.x86_64.rpm https://www.tenable.com/downloads/api/v1/public/pages/nessus/downloads/10085/download?i_agree_to_tenable_license_agreement=true
RUN rpm -ivh /tmp/Nessus-${NESSUS_VERSION}-es7.x86_64.rpm