Skip to content

Prepare v1.3.8 release: Update to GitHub Container Registry and synch…

93dc270
Select commit
Loading
Failed to load commit list.
Merged

Release v1.3.8: GitHub Container Registry Migration and Configuration Synchronization #27

Prepare v1.3.8 release: Update to GitHub Container Registry and synch…
93dc270
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jul 3, 2025 in 1s

No new alerts in code changed by this pull request

Annotations

Check failure on line 906 in pkg/aws/ec2.go

See this annotation in the file changed.

Code scanning / CodeQL

Incorrect conversion between integer types High

Incorrect conversion of an integer with architecture-dependent bit size from
strconv.Atoi
to a lower bit size type int32 without an upper bound check.

Check failure on line 1348 in pkg/aws/ec2.go

See this annotation in the file changed.

Code scanning / CodeQL

Incorrect conversion between integer types High

Incorrect conversion of an integer with architecture-dependent bit size from
strconv.Atoi
to a lower bit size type int32 without an upper bound check.

Check failure on line 1359 in pkg/aws/ec2.go

See this annotation in the file changed.

Code scanning / CodeQL

Incorrect conversion between integer types High

Incorrect conversion of an integer with architecture-dependent bit size from
strconv.Atoi
to a lower bit size type int32 without an upper bound check.