Skip to content

[PE1-1809] Support Function Associations for ingress-based behaviors #267

[PE1-1809] Support Function Associations for ingress-based behaviors

[PE1-1809] Support Function Associations for ingress-based behaviors #267

Triggered via pull request October 10, 2023 21:12
Status Failure
Total duration 3m 7s
Artifacts

pr-checks.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 3 warnings
Lint: internal/cloudfront/origin.go#L76
field `viewerFnARN` is unused (unused)
Lint: internal/k8s/ingress.go#L122
S1011: should replace loop with `paths = append(paths, sp.paths[ing]...)` (gosimple)
Lint
issues found
Unit Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint: internal/k8s/function_association.go#L232
if-return: redundant if ...; err != nil check, just return error instead. (revive)