Skip to content

Rework: Agent get IP #614

Rework: Agent get IP

Rework: Agent get IP #614

Triggered via pull request May 13, 2024 15:54
Status Success
Total duration 1m 32s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
audit: proxmox/converters.go#L14
don't use underscores in Go names; func convert_KibibytesToString should be convertKibibytesToString
audit: proxmox/converters.go#L28
don't use underscores in Go names; func convert_SizeStringToKibibytes_Unsafe should be convertSizeStringToKibibytesUnsafe
audit: proxmox/converters.go#L46
don't use underscores in Go names; func parseSize_Unsafe should be parseSizeUnsafe
audit: proxmox/data_ha_group.go#L10
exported function DataHAGroup should have comment or be unexported
audit: proxmox/heper_qemu.go#L10
exported const ErrorGuestAgentNotRunning should have comment (or a comment on this block) or be unexported
audit: proxmox/provider.go#L273
don't use underscores in Go names; func parameter pm_api_url should be pmAPIURL
audit: proxmox/provider.go#L274
don't use underscores in Go names; func parameter pm_user should be pmUser
audit: proxmox/provider.go#L275
don't use underscores in Go names; func parameter pm_password should be pmPassword
audit: proxmox/provider.go#L276
don't use underscores in Go names; func parameter pm_api_token_id should be pmAPITokenID
audit: proxmox/provider.go#L277
don't use underscores in Go names; func parameter pm_api_token_secret should be pmAPITokenSecret
audit
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/