Skip to content

chore: versions of dependent packages are centrally managed in longho…

codefactor.io / CodeFactor failed Feb 10, 2025 in 1s

3 issues fixed. 4 issues found.

Annotations

Check warning on line 46 in package/Dockerfile

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

package/Dockerfile#L46

Specify version with `zypper install -y <package>=<version>`. (DL3037)

Check notice on line 51 in scripts/package

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

scripts/package#L51

Check exit code directly with e.g. 'if mycmd;', not indirectly with $?. (SC2181)

Check warning on line 46 in package/Dockerfile

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

package/Dockerfile#L46

`zypper clean` missing after zypper use. (DL3036)

Check notice on line 23 in scripts/package

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

scripts/package#L23

Use $(...) notation instead of legacy backticks `...`. (SC2006)