Skip to content

Commit 59664d2

Browse files
authored
Merge pull request #99 from teamssix/main
docs: update readme
2 parents 020c455 + 9f474a4 commit 59664d2

7 files changed

Lines changed: 150 additions & 150 deletions

File tree

.github/workflows/dockerfile_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
env:
1616
DOCKER_LOGIN_NAME: ${{ secrets.DOCKER_LOGIN_NAME }}
1717
DOCKER_LOGIN_PASS: ${{ secrets.DOCKER_LOGIN_PASS }}
18-
DOCKER_TAG: "0.0.4"
18+
DOCKER_TAG: "0.0.5"
1919
jobs:
2020
docker:
2121
runs-on: ubuntu-latest

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ git commit -m "your-commit-message"
3232
# Push your new feature branch
3333
git push my_feature_branch
3434

35-
# Create a new pull request to https://github.com/selefra/TerraformGoat.git
35+
# Create a new pull request to https://github.com/HXSecurity/TerraformGoat.git
3636
```
3737

3838
### Update your pull request with latest changes

Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ubuntu:20.04 AS aliyun
2-
LABEL maintainer="selefra research lab <https://github.com/selefra>"
2+
LABEL maintainer="HXSecurity research lab <https://github.com/HXSecurity>"
33
COPY . /TerraformGoat
44
RUN apt-get update -y && \
55
apt-get -yq --no-install-recommends install gnupg2 groff less lsb-release software-properties-common curl vim && \
@@ -19,7 +19,7 @@ RUN apt-get update -y && \
1919
WORKDIR /TerraformGoat
2020

2121
FROM ubuntu:20.04 AS tencentcloud
22-
LABEL maintainer="selefra research lab <https://github.com/selefra>"
22+
LABEL maintainer="HXSecurity research lab <https://github.com/HXSecurity>"
2323
COPY . /TerraformGoat
2424
RUN apt-get update -y && \
2525
apt-get -yq --no-install-recommends install curl gnupg2 groff less lsb-release python3-pip software-properties-common vim && \
@@ -37,7 +37,7 @@ RUN apt-get update -y && \
3737
WORKDIR /TerraformGoat
3838

3939
FROM ubuntu:20.04 AS huaweicloud
40-
LABEL maintainer="selefra research lab <https://github.com/selefra>"
40+
LABEL maintainer="HXSecurity research lab <https://github.com/HXSecurity>"
4141
COPY . /TerraformGoat
4242
RUN apt-get update -y && \
4343
apt-get -yq --no-install-recommends install gnupg2 groff less lsb-release software-properties-common curl vim && \
@@ -55,7 +55,7 @@ RUN apt-get update -y && \
5555
WORKDIR /TerraformGoat
5656

5757
FROM ubuntu:20.04 AS aws
58-
LABEL maintainer="selefra research lab <https://github.com/selefra>"
58+
LABEL maintainer="HXSecurity research lab <https://github.com/HXSecurity>"
5959
COPY . /TerraformGoat
6060
RUN apt-get update -y && \
6161
apt-get -yq --no-install-recommends install gnupg2 groff less lsb-release software-properties-common curl unzip vim && \
@@ -75,7 +75,7 @@ RUN apt-get update -y && \
7575
WORKDIR /TerraformGoat
7676

7777
FROM ubuntu:20.04 AS gcp
78-
LABEL maintainer="selefra research lab <https://github.com/selefra>"
78+
LABEL maintainer="HXSecurity research lab <https://github.com/HXSecurity>"
7979
COPY . /TerraformGoat
8080
RUN apt-get update -y && \
8181
apt-get -yq --no-install-recommends install gnupg2 groff less lsb-release software-properties-common curl vim && \
@@ -95,7 +95,7 @@ RUN apt-get update -y && \
9595
WORKDIR /TerraformGoat
9696

9797
FROM ubuntu:20.04 AS azure
98-
LABEL maintainer="selefra research lab <https://github.com/selefra>"
98+
LABEL maintainer="HXSecurity research lab <https://github.com/HXSecurity>"
9999
COPY . /TerraformGoat
100100
RUN apt-get update -y && \
101101
apt-get -yq --no-install-recommends install gnupg2 groff less lsb-release software-properties-common curl vim && \

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2022 selefra
189+
Copyright 2022 HXSecurity
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 70 additions & 70 deletions
Large diffs are not rendered by default.

README_CN.md

Lines changed: 69 additions & 69 deletions
Large diffs are not rendered by default.

init.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ cat << "EOF"
88
\/ \___|_| |_| \__,_|_| \___/|_| |_| |_| |_\____/\___/ \__,_|\__|
99
EOF
1010
echo -e "
11-
Welcome To TerraformGoat v0.0.5
11+
Welcome To TerraformGoat
1212
13-
Repository URL: https://github.com/selefra/TerraformGoat.git
13+
Repository URL: https://github.com/HXSecurity/TerraformGoat.git
1414
1515
------------------------------------------------------------------------\033[0m"

0 commit comments

Comments
 (0)