Skip to content

Commit

Permalink
Per #1510, remove _rev from the pdf file name. That was a holdover fr…
Browse files Browse the repository at this point in the history
…om subversion.
  • Loading branch information
MET Tools Test Account committed Oct 7, 2020
1 parent 6c62d57 commit 5ed24f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/fortify/run_fortify_sca.sh
Expand Up @@ -34,7 +34,7 @@ if [[ $# -lt 1 ]]; then usage; exit; fi

# Check that FORTIFY_BIN is defined
if [ -z ${FORTIFY_BIN+x} ]; then
echo "ERROR: ${FORTIFY_BIN} must be defined!"
echo "ERROR: ${FORTIFY_BIN} must be set"
exit 1
fi

Expand Down Expand Up @@ -102,4 +102,4 @@ run_command "${FORTIFY_BIN}/sourceanalyzer -b ${BUILD_ID} -export-build-session

# Run Fortify report generator to make a PDF file
TODAY=`date +%Y%m%d`
run_command "${FORTIFY_BIN}/ReportGenerator -format pdf -f ${BUILD_ID}_${TODAY}_rev${REV}.pdf -source ${BUILD_ID}.fpr"
run_command "${FORTIFY_BIN}/ReportGenerator -format pdf -f ${BUILD_ID}_${TODAY}.pdf -source ${BUILD_ID}.fpr"

0 comments on commit 5ed24f6

Please sign in to comment.