Skip to content

Addressing Org Membership Inconsistency #232

Addressing Org Membership Inconsistency

Addressing Org Membership Inconsistency #232

Triggered via pull request March 15, 2024 00:14
Status Failure
Total duration 2m 6s
Artifacts

code_scanners.yml

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

Annotations

3 errors
code_scanning (lint): internal/tools/version_check.go#L69
S1008: should use 'return semver.Compare(currentVersion, minVersion) != -1' instead of 'if semver.Compare(currentVersion, minVersion) == -1 { return false }; return true' (gosimple)
code_scanning (lint): internal/service/organizations.go#L40
SA4000: identical expressions on the left and right side of the '==' operator (staticcheck)
code_scanning (lint)
Process completed with exit code 201.