feat: framework detection module #2
reviewdog.yml
on: pull_request
runner / golangci-lint
12s
runner / golint
1m 7s
runner / errcheck
1m 23s
runner / errcheck
1m 29s
Annotations
4 errors and 4 warnings
runner / golangci-lint
Error: The cwd: subdirectory does not exist!
|
runner / golint
Error: golangci-lint exited with status code: 4
|
runner / errcheck:
pkg/scan/frameworks/detect.go#L114
[errcheck] reported by reviewdog 🐶
Error return value of `logger.Write` is not checked (errcheck)
Raw Output:
pkg/scan/frameworks/detect.go:114:16: Error return value of `logger.Write` is not checked (errcheck)
logger.Write(url, logdir, fmt.Sprintf("Detected framework: %s (version: %s, confidence: %.2f)\n",
^
|
runner / errcheck
Error: golangci-lint exited with status code: 4
|
runner / golangci-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
runner / golint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
runner / errcheck
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
runner / errcheck
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|