File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ benchmark_version=$(scripts/getBenchmarkVersion.sh)
88shiflteft_version=" 2.0.3" # it's not (yet) possible to get the release version so we just assume it
99result_file=" results/Benchmark_$benchmark_version -shiftleftscan-v$shiflteft_version .json"
1010
11- mkdir -p .shiftlefscan -reports
11+ mkdir -p .shiftleftscan -reports
1212
13- docker run --rm -e " WORKSPACE=${PWD} " -v ~ /.m2:/.m2 -v " $PWD " :/app -v " $PWD /.shiftlefscan -reports" :/app/reports shiftleft/scan scan --src /app --type java
14- mv .shiftlefscan -reports/scan-full-report.json " $result_file "
13+ docker run --rm -e " WORKSPACE=${PWD} " -v ~ /.m2:/.m2 -v " $PWD " :/app -v " $PWD /.shiftleftscan -reports" :/app/reports shiftleft/scan scan --src /app --type java
14+ mv .shiftleftscan -reports/scan-full-report.json " $result_file "
1515
16- rm -rf .shiftlefscan -reports
16+ rm -rf .shiftleftscan -reports
You can’t perform that action at this time.
0 commit comments