Skip to content

Commit 9160917

Browse files
Open Source the repository (#16)
1 parent 4d93352 commit 9160917

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.github/dependabot.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ updates:
77
schedule:
88
interval: "weekly"
99
reviewers:
10-
- "rewindio/devops"
10+
- "rewindio/appsec"
1111
labels:
1212
- "appsec"
1313
open-pull-requests-limit: 10
1414
ignore:
1515
- dependency-name: "*"
16-
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
16+
update-types:
17+
["version-update:semver-minor", "version-update:semver-patch"]

.github/workflows/checkov.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
14+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1515

1616
- name: Checkov static analysis
1717
id: static-analysis
18-
uses: bridgecrewio/checkov-action@ec5628816328a320ea93470f1d41ce2156b63815 # v12.2555.0
18+
uses: bridgecrewio/checkov-action@d0e41abbcc8c1103c6ae7e451681d071f05e1c20 # v12.2873.0
1919
with:
2020
directory: .
2121
framework: terraform

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Capture the Flag (CTF) Repo
22

3-
Trust's capture the Flag (CTF) resources for Cybersecurity Awareness month.
3+
Capture the Flag (CTF) resources for Cybersecurity Awareness month.
44

55
This repository contains the Terraform that can be used to deploy an instance of OWASP Juice Shop on EC2 instance along with CFTd app to help manage the CTF event.
66

@@ -21,7 +21,7 @@ terraform apply
2121

2222
### Step 2: Install applications via Ansible playbooks
2323

24-
- Replace the `s3://bucket-name` with the value of the `s3_bucket_name_ansible_playbooks` output from the Terraform apply.
24+
- Replace the `s3://bucket-name` with the value of the `s3_bucket_name_ansible_playbooks` output from the Terraform apply.
2525
- Replace the `--instance-ids` values with the corresponding `ec2_cftd_instance_id` and `ec2_owaspjs_instance_id` output values from the Terraform apply.
2626

2727
```

variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ variable "ansible_playbook_bucket_name" {
99
description = "The name of the S3 bucket to hold the Ansible playbooks."
1010
type = string
1111

12-
default = "trust-ctf-ansible-playbooks"
12+
default = "ctf-ansible-playbooks"
1313
}
1414

1515
variable "aws_availability_zone_a" {

0 commit comments

Comments
 (0)