This commit is contained in:
ByeonJungHun
2024-01-04 17:05:39 +09:00
parent 01a6b262a7
commit 64e97d9fa3
2 changed files with 5 additions and 4 deletions

View File

@@ -3616,7 +3616,7 @@ echo "# Copyright (c) 2023 Kim Jei
echo "# #" >> $resultfile 2>&1
echo "##############################################################################" >> $resultfile 2>&1
#U_01
U_01
#U_02
#U_03
#U_04

View File

@@ -36,9 +36,10 @@
ls -al
git config --global user.email "sa_8001@ex-em.com"
git config --global user.name "ByeonJungHun"
git clone https://{{ git_user }}:{{ git_key }}@github.com/CloudMOA/security_check.git /runner/security_check
cp ./README.md /runner/security_check/README.md
cd /runner/security_check
git clone https://{{ git_user }}:{{ git_key }}@github.com/CloudMOA/security_check.git ~/security_check
cp ./README.md ~/security_check/README.md
cd ~/security_check
cat README.md
pwd
ls -al
git add .