update
This commit is contained in:
@@ -3616,7 +3616,7 @@ echo "# Copyright (c) 2023 Kim Jei
|
|||||||
echo "# #" >> $resultfile 2>&1
|
echo "# #" >> $resultfile 2>&1
|
||||||
echo "##############################################################################" >> $resultfile 2>&1
|
echo "##############################################################################" >> $resultfile 2>&1
|
||||||
|
|
||||||
#U_01
|
U_01
|
||||||
#U_02
|
#U_02
|
||||||
#U_03
|
#U_03
|
||||||
#U_04
|
#U_04
|
||||||
|
|||||||
@@ -36,9 +36,10 @@
|
|||||||
ls -al
|
ls -al
|
||||||
git config --global user.email "sa_8001@ex-em.com"
|
git config --global user.email "sa_8001@ex-em.com"
|
||||||
git config --global user.name "ByeonJungHun"
|
git config --global user.name "ByeonJungHun"
|
||||||
git clone https://{{ git_user }}:{{ git_key }}@github.com/CloudMOA/security_check.git /runner/security_check
|
git clone https://{{ git_user }}:{{ git_key }}@github.com/CloudMOA/security_check.git ~/security_check
|
||||||
cp ./README.md /runner/security_check/README.md
|
cp ./README.md ~/security_check/README.md
|
||||||
cd /runner/security_check
|
cd ~/security_check
|
||||||
|
cat README.md
|
||||||
pwd
|
pwd
|
||||||
ls -al
|
ls -al
|
||||||
git add .
|
git add .
|
||||||
|
|||||||
Reference in New Issue
Block a user