Cocoapods support for audit #1252
analysis.yml
on: pull_request
Static-Check
26s
Go-Sec
1m 59s
Annotations
5 errors and 2 warnings
Static-Check:
commands/audit/sca/cocoapods/cocoapods.go#L60
ifElseChain: rewrite if-else to switch statement (gocritic)
|
Static-Check:
commands/audit/sca/cocoapods/cocoapods.go#L126
wrapperFunc: use strings.ReplaceAll method in `strings.Replace(line, "\"", "", -1)` (gocritic)
|
Static-Check:
commands/audit/sca/cocoapods/cocoapods_test.go#L31
ineffectual assignment to err (ineffassign)
|
Static-Check:
commands/audit/sca/cocoapods/cocoapods_test.go#L74
ineffectual assignment to err (ineffassign)
|
Static-Check
issues found
|
Static-Check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Go-Sec
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|