[PE1-1809] Support Function Associations for ingress-based behaviors #267
pr-checks.yaml
on: pull_request
Lint
2m 55s
Unit Tests
2m 16s
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)
|