File tree Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ if [[ ! -d $REPO_DIR ]]; then
52
52
# git checkout 5fcc93f009c6fb8578e87e79dc19a44309210602
53
53
54
54
# We are checking out the revision in which we know about the issue.
55
+ mkdir -p $REPO_DIR
55
56
cd $REPO_DIR
56
57
svn checkout -r 74720 https://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root .
57
58
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ OUTPUT_DIR=$SECURITY_SCANNER_HOME/GENUINE
16
16
17
17
if [[ ! -d $REPO_DIR ]]; then
18
18
# Clone repo and check out a commit which builds (head of master)
19
+ mkdir -p $REPO_DIR
19
20
cd $REPO_DIR
20
21
git clone https://github.com/SeerLabs/CiteSeerX.git .
21
22
git checkout 8a62545ffc904f2b41b4ecd30ce91900dc7790f4
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ OUTPUT_DIR=$SECURITY_SCANNER_HOME/GENUINE
16
16
17
17
if [[ ! -d $REPO_DIR ]]; then
18
18
# 1. Open a terminal in the directory of this readme file and clone DSpace:
19
+ mkdir -p $REPO_DIR
19
20
cd $REPO_DIR
20
21
git clone https://github.com/DSpace/DSpace .
21
22
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ FILES_DIR=$SCRIPT_WORKING_DIR/Ginco_files
15
15
OUTPUT_DIR=$SECURITY_SCANNER_HOME /GENUINE
16
16
17
17
if [[ ! -d $REPO_DIR ]]; then
18
+ mkdir -p $REPO_DIR
18
19
cd $REPO_DIR
19
20
git clone https://github.com/culturecommunication/ginco .
20
21
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ OUTPUT_DIR=$SECURITY_SCANNER_HOME/GENUINE
17
17
18
18
if [[ ! -d $REPO_DIR ]]; then
19
19
# Clone repo and check out a commit which builds (head of master)
20
+ mkdir -p $REPO_DIR
20
21
cd $REPO_DIR
21
22
git clone https://github.com/sakaiproject/sakai.git .
22
23
git checkout f333f0c
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ OUTPUT_DIR=$SECURITY_SCANNER_HOME/GENUINE
21
21
if [[ ! -d $REPO_DIR ]]; then
22
22
# 1. git https://github.com/WebGoat/WebGoat.git
23
23
# 2. cd WebGoat
24
+ mkdir -p $REPO_DIR
24
25
cd $REPO_DIR
25
26
git clone https://github.com/WebGoat/WebGoat.git .
26
27
You can’t perform that action at this time.
0 commit comments