Skip to content

Commit 0da1dbd

Browse files
committed
updating aqua security and regen api
1 parent c53ba72 commit 0da1dbd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
# https://github.com/aquasecurity/trivy-action
8181
- name: Run Trivy vulnerability scanner in repo mode
8282
if: github.event_name == 'pull_request'
83-
uses: aquasecurity/trivy-action@0.31.0
83+
uses: aquasecurity/trivy-action@0.32.0
8484
with:
8585
scan-type: "fs"
8686
ignore-unfixed: true
@@ -98,7 +98,7 @@ jobs:
9898
# https://github.com/aquasecurity/trivy-action
9999
- name: Run Trivy Scan on the created container
100100
if: github.event_name != 'pull_request'
101-
uses: aquasecurity/trivy-action@0.31.0
101+
uses: aquasecurity/trivy-action@0.32.0
102102
with:
103103
image-ref: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}
104104
format: "sarif"

src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/types/openapi.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ declare namespace Components {
4040
oneYearRenewalExplanationChoice?: OneYearRenewalexplanations;
4141
fiveYearRenewalExplanationChoice?: FiveYearRenewalExplanations;
4242
renewalExplanationOther?: string | null;
43+
fromCertificate?: string | null;
4344
origin?: ApplicationOrigin;
4445
labourMobilityCertificateInformation?: CertificateInformation;
4546
}

0 commit comments

Comments
 (0)