File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,9 +173,9 @@ jobs:
173173 with :
174174 platforms : ${{ env.PLATFORMS }}
175175 - name : Setup Trivy binary for vulnerability scanning
176- uses : aquasecurity/setup-trivy@v0.2.5
176+ uses : aquasecurity/setup-trivy@v0.2.6
177177 with :
178- version : v0.63.0
178+ version : v0.69.3
179179
180180 # Execute matrix build for the discovered branches
181181 - name : Execute build matrix script
Original file line number Diff line number Diff line change 461461 Once the release has been made (tag created), change this back to "${parsedVersion.majorVersion}.${parsedVersion.nextMinorVersion}"
462462 (These properties are provided by the build-helper plugin below.)
463463 -->
464- <!-- < base.image.version>${parsedVersion.majorVersion}.${parsedVersion.nextMinorVersion}</base.image.version> -- >
465- <base .image.version>${revision} </base .image.version>
464+ <base .image.version>${parsedVersion.majorVersion} .${parsedVersion.nextMinorVersion} </base .image.version>
465+ <!-- < base.image.version>${revision}</base.image.version> -- >
466466 <!-- This is used by the maintenance CI jobs, no need to adapt during releases. -->
467467 <app .image.version>${base.image.version} </app .image.version>
468468 </properties >
You can’t perform that action at this time.
0 commit comments