File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 24
24
- name : Start wrongsecrets
25
25
run : nohup ./mvnw spring-boot:run -Dspring-boot.run.profiles=without-vault &
26
26
- name : ZAP Scan
27
- uses : zaproxy/action-baseline@v0.10 .0
27
+ uses : zaproxy/action-baseline@v0.11 .0
28
28
env :
29
29
ZAP_AUTH_HEADER_VALUE : " Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ=="
30
30
ZAP_AUTH_HEADER : " Authorization"
Original file line number Diff line number Diff line change 66
66
name : e2e results
67
67
path : target/test-classes/e2e/cypress/
68
68
- name : Publish Test Report
69
- if : ${{ github.event.pull_request.head.repo.full_name ! = 'OWASP/wrongsecrets' }} && (success() || failure())
69
+ if : ${{ github.event.pull_request.head.repo.full_name = = 'OWASP/wrongsecrets' }} && (success() || failure())
70
70
uses : scacap/action-surefire-report@v1
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >3.2.1 </version >
8
+ <version >3.2.2 </version >
9
9
<!-- lookup parent from repository -->
10
10
</parent >
11
11
44
44
<!-- </distributionManagement>-->
45
45
<properties >
46
46
<KeePassJava2 .version>2.2.1</KeePassJava2 .version>
47
- <asciidoctor .maven.plugin.version>2.2.4 </asciidoctor .maven.plugin.version>
47
+ <asciidoctor .maven.plugin.version>2.2.5 </asciidoctor .maven.plugin.version>
48
48
<asciidoctorj .version>2.5.11</asciidoctorj .version>
49
49
<aws .sdk.version>2.22.9</aws .sdk.version>
50
50
<bootstrap .version>5.3.2</bootstrap .version>
296
296
<dependency >
297
297
<groupId >org.springframework.vault</groupId >
298
298
<artifactId >spring-vault-core</artifactId >
299
- <version >3.1.0 </version >
299
+ <version >3.1.1 </version >
300
300
</dependency >
301
301
</dependencies >
302
302
412
412
<plugin >
413
413
<groupId >org.cyclonedx</groupId >
414
414
<artifactId >cyclonedx-maven-plugin</artifactId >
415
- <version >2.7.10 </version >
415
+ <version >2.7.11 </version >
416
416
<configuration >
417
417
<projectType >library</projectType >
418
418
<schemaVersion >1.3</schemaVersion >
You can’t perform that action at this time.
0 commit comments