Skip to content

Commit 95ad7e2

Browse files
authored
Merge pull request #420 from NetApp/419-update-detect-version-for-blackduck-scan
change detect version to 9
2 parents abb940a + fe59589 commit 95ad7e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
var (
2323
// these will be set by the goreleaser configuration
2424
// to appropriate values for the compiled binary
25-
version string = "2.0.1"
25+
version string = "2.1.1"
2626

2727
// goreleaser can also pass the specific commit if you want
2828
// commit string = ""

scripts/bd_scan.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ help_and_exit () {
77

88
# change these 2 values to reflect your project name and version:
99
export DETECT_PROJECT_NAME="Terraform NetApp ONTAP Provider"
10-
export DETECT_PROJECT_VERSION_NAME=2.1.0
10+
export DETECT_PROJECT_VERSION_NAME=2.2.0
1111
export DETECT_CODE_LOCATION_NAME="${DETECT_PROJECT_NAME}_${DETECT_PROJECT_VERSION_NAME}_code"
1212
export DETECT_BOM_AGGREGATE_NAME="${DETECT_PROJECT_NAME}_${DETECT_PROJECT_VERSION_NAME}_bom"
1313

@@ -36,4 +36,4 @@ fi
3636
export BLACKDUCK_URL=$1
3737
export BLACKDUCK_API_TOKEN=$2
3838

39-
bash <(curl -s -L https://detect.synopsys.com/detect7.sh) --blackduck.trust.cert=true
39+
bash <(curl -s -L https://detect.blackduck.com/detect9.sh) --blackduck.trust.cert=true

0 commit comments

Comments
 (0)