Skip to content

⬆️ Bump golang.org/x/crypto from 0.24.0 to 0.31.0 in /platform #1019

⬆️ Bump golang.org/x/crypto from 0.24.0 to 0.31.0 in /platform

⬆️ Bump golang.org/x/crypto from 0.24.0 to 0.31.0 in /platform #1019

GitHub Actions / Qodana for Go completed Dec 15, 2024 in 0s

7 new problems found by Qodana for Go

Qodana for Go

7 new problems were found

Inspection name Severity Problems
Constant condition 🔶 Warning 4
Potential nil dereference 🔶 Warning 2
Error may be not nil 🔶 Warning 1

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 196 in platform/configurator.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Constant condition

Condition is always true

Check warning on line 320 in core/container.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Constant condition

Condition is always true

Check warning on line 210 in cloud/endpoints.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Constant condition

Condition is always false

Check warning on line 155 in platform/ext_bitbucket.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Constant condition

Condition is always true

Check warning on line 34 in platform/eap.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Error may be not nil

`buildDate` might have `nil` or other unexpected value as its corresponding error variable might be not `nil`

Check warning on line 167 in core/installers.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Potential nil dereference

Method call `err.Error()` might lead to a nil pointer dereference

Check warning on line 40 in platform/cmd/scan.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Potential nil dereference

Potential nil pointer dereference