File tree 5 files changed +7
-9
lines changed
5 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 17
17
- name : Setup Maven Action
18
18
19
19
with :
20
- java-version : 18
20
+ java-version : 19
21
21
maven-version : 3.8.5
22
22
- uses : actions/checkout@v3
23
23
- name : Navigate to test script and run
Original file line number Diff line number Diff line change 18
18
# Steps represent a sequence of tasks that will be executed as part of the job
19
19
steps :
20
20
- uses : actions/checkout@v3
21
- - uses : innovationnorway/setup-vault@v1
22
- with :
23
- version : ' >1.9'
21
+ - uses : eLco/setup-vault@v1
24
22
- name : Start minikube
25
23
uses : medyagh/setup-minikube@master
26
24
with :
Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ The documentation below is auto-generated to give insight on what's created via
117
117
118
118
| Name | Source | Version |
119
119
| ------| --------| ---------|
120
- | <a name =" module_eks " ></a > [ eks] ( #module\_ eks ) | terraform-aws-modules/eks/aws | 18.29 .0 |
121
- | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 3.14.4 |
120
+ | <a name =" module_eks " ></a > [ eks] ( #module\_ eks ) | terraform-aws-modules/eks/aws | 18.30 .0 |
121
+ | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 3.16.0 |
122
122
123
123
## Resources
124
124
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ file://.*
5
5
https://github.com/Your_Github_Handle.*
6
6
https://wrongsecrets-ctf.herokuapp.com/api/Challenges
7
7
https://wrongsecrets.herokuapp.com
8
+ https://wrongsecrets-commjoen.cloud.okteto.net/
Original file line number Diff line number Diff line change 39
39
<!-- </distributionManagement>-->
40
40
41
41
<properties >
42
- <java .version>18 </java .version>
43
- <maven .compiler.target>18 </maven .compiler.target>
42
+ <java .version>19 </java .version>
43
+ <maven .compiler.target>19 </maven .compiler.target>
44
44
<spring .cloud-version>2021.0.4</spring .cloud-version>
45
45
<lombok .version>1.18.24</lombok .version>
46
46
<aws .sdk.version>2.17.285</aws .sdk.version>
306
306
<artifactId >maven-checkstyle-plugin</artifactId >
307
307
<version >3.2.0</version >
308
308
<configuration >
309
- <encoding >UTF-8</encoding >
310
309
<consoleOutput >true</consoleOutput >
311
310
<failsOnError >true</failsOnError >
312
311
<configLocation >config/checkstyle/checkstyle.xml</configLocation >
You can’t perform that action at this time.
0 commit comments