Skip to content

Better configuration #349

Better configuration

Better configuration #349

Triggered via pull request November 4, 2023 14:48
@n0vad3vn0vad3v
synchronize #288
better-config
Status Failure
Total duration 1m 16s
Artifacts

CI.yaml

on: pull_request
CI check on every push and PR
35s
CI check on every push and PR
Check for image build and CVE
1m 9s
Check for image build and CVE
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
CI check on every push and PR
missing go.sum entry for module providing package golang.org/x/text/encoding (imported by golang.org/x/net/html/charset); to add:
CI check on every push and PR
missing go.sum entry for module providing package golang.org/x/text/encoding/charmap (imported by golang.org/x/net/html/charset); to add:
CI check on every push and PR
missing go.sum entry for module providing package golang.org/x/text/encoding/htmlindex (imported by golang.org/x/net/html/charset); to add:
CI check on every push and PR
missing go.sum entry for module providing package golang.org/x/text/transform (imported by golang.org/x/net/html/charset); to add:
CI check on every push and PR
Process completed with exit code 2.
Check for image build and CVE
buildx failed with: ERROR: failed to solve: process "/bin/sh -c cd /build && sed -i \"s|.\\/pics|${IMG_PATH}|g\" config.json && sed -i \"s|\\\"\\\"|\\\"${EXHAUST_PATH}\\\"|g\" config.json && sed -i 's/127.0.0.1/0.0.0.0/g' config.json && go build -ldflags=\"-s -w\" -o webp-server ." did not complete successfully: exit code: 1
Check for image build and CVE
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/