This commit is contained in:
ByeonJungHun
2024-01-04 16:09:27 +09:00
parent 8681d69fbc
commit 59e701deee

View File

@@ -34,6 +34,8 @@
shell: | shell: |
pwd pwd
ls -al 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 git clone https://{{ git_user }}:{{ git_key }}@github.com/CloudMOA/security_check.git
cp ./README.md ./security_check/README.md cp ./README.md ./security_check/README.md
cd ./security_check cd ./security_check