Skip to content

Commit

Permalink
fix dummy commit to start fresh pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisonB319 committed Feb 8, 2024
1 parent 811d0f1 commit 3a299f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vhdbuilder/packer/trivy-scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euxo pipefail

TRIVY_REPORT_JSON_PATH=/opt/azure/containers/trivy-report.json
#TRIVY_REPORT_TABLE_PATH=/opt/azure/containers/trivy-images-table.txt
##TRIVY_REPORT_TABLE_PATH=/opt/azure/containers/trivy-images-table.txt
TRIVY_VERSION="0.40.0"
TRIVY_ARCH=""

Expand All @@ -17,7 +17,7 @@ else
fi

mkdir -p "$(dirname "${TRIVY_REPORT_JSON_PATH}")"
#mkdir -p "$(dirname "${TRIVY_REPORT_TABLE_PATH}")"
##mkdir -p "$(dirname "${TRIVY_REPORT_TABLE_PATH}")"

wget "https://github.com/aquasecurity/trivy/releases/download/v${TRIVY_VERSION}/trivy_${TRIVY_VERSION}_${TRIVY_ARCH}.tar.gz"
tar -xvzf "trivy_${TRIVY_VERSION}_${TRIVY_ARCH}.tar.gz"
Expand Down

0 comments on commit 3a299f2

Please sign in to comment.