File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/types Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
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"
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments