Skip to content

Reimplement Coraza-SPOA #428

Reimplement Coraza-SPOA

Reimplement Coraza-SPOA #428

Triggered via pull request February 19, 2024 19:39
@fionerafionera
synchronize #103
rewrite
Status Failure
Total duration 38s
Artifacts

codeql.yaml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
Analyze (go)
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
Analyze (go)
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
Analyze (go)
Failure invoking /opt/hostedtoolcache/CodeQL/2.16.1/x64/codeql/go/tools/autobuild.sh with arguments . Exit code 1 and error was: 2024/02/19 19:39:27 Autobuilder was built with go1.21.6, environment has go1.20.14 2024/02/19 19:39:27 LGTM_SRC is /home/runner/work/coraza-spoa/coraza-spoa 2024/02/19 19:39:27 Found go.mod, enabling go modules 2024/02/19 19:39:27 The go.mod version is newer than the installed version of Go. Consider adding an actions/setup-go step to your workflow. go: go.mod file indicates go 1.21, but maximum version supported by tidy is 1.20 go: downloading github.com/corazawaf/coraza/v3 v3.1.0 go: downloading github.com/dropmorepackets/haproxy-go v0.0.5-0.20240218203010-94d697923f61 go: downloading github.com/rs/zerolog v1.32.0 go: downloading istio.io/istio v0.0.0-20240218163812-d80ef7b19049 go: downloading github.com/mccutchen/go-httpbin/v2 v2.13.4 go: downloading github.com/magefile/mage v1.15.0 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/mattn/go-isatty v0.0.20 go: downloading github.com/tidwall/gjson v1.17.0 go: downloading golang.org/x/sync v0.6.0 go: downloading github.com/corazawaf/libinjection-go v0.1.3 go: downloading github.com/petar-dambovaliev/aho-corasick v0.0.0-20230725210150-fb29fc3c913e go: downloading rsc.io/binaryregexp v0.2.0 go: downloading golang.org/x/sys v0.17.0 go: downloading github.com/foxcpp/go-mockdns v1.1.0 go: downloading golang.org/x/net v0.21.0 go: downloading github.com/tidwall/match v1.1.1 go: downloading github.com/tidwall/pretty v1.2.1 go: downloading github.com/miekg/dns v1.1.58 go: downloading golang.org/x/tools v0.17.0 go: downloading golang.org/x/mod v0.14.0 2024/02/19 19:39:29 Import path is 'github.com/corazawaf/coraza-spoa' 2024/02/19 19:39:29 Build failed, continuing to install dependencies. 2024/02/19 19:39:29 Installing dependencies using `go get -v ./...` in `.`. 2024/02/19 19:39:31 Running extractor command '/opt/hostedtoolcache/CodeQL/2.16.1/x64/codeql/go/tools/linux64/go-extractor [./...]' from directory '.'. 2024/02/19 19:39:31 Build flags: ''; patterns: './...' 2024/02/19 19:39:31 Running packages.Load. 2024/02/19 19:39:31 Error running go tooling: err: exit status 1: stderr: reading go.work: /home/runner/work/coraza-spoa/coraza-spoa/go.work:1: invalid go version '1.21.5': must match format 1.23 2024/02/19 19:39:31 Extraction failed: exit status 1
Analyze (go)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, github/codeql-action/init@v1, github/codeql-action/analyze@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze (go)
The following actions uses node12 which is deprecated and will be forced to run on node16: github/codeql-action/init@v1, github/codeql-action/analyze@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/