File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
22
22
var (
23
23
// these will be set by the goreleaser configuration
24
24
// to appropriate values for the compiled binary
25
- version string = "2.0 .1"
25
+ version string = "2.1 .1"
26
26
27
27
// goreleaser can also pass the specific commit if you want
28
28
// commit string = ""
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ help_and_exit () {
7
7
8
8
# change these 2 values to reflect your project name and version:
9
9
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
11
11
export DETECT_CODE_LOCATION_NAME=" ${DETECT_PROJECT_NAME} _${DETECT_PROJECT_VERSION_NAME} _code"
12
12
export DETECT_BOM_AGGREGATE_NAME=" ${DETECT_PROJECT_NAME} _${DETECT_PROJECT_VERSION_NAME} _bom"
13
13
36
36
export BLACKDUCK_URL=$1
37
37
export BLACKDUCK_API_TOKEN=$2
38
38
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
You can’t perform that action at this time.
0 commit comments