Skip to content

adding bot-defence profile #343

adding bot-defence profile

adding bot-defence profile #343

Triggered via pull request January 30, 2024 09:27
Status Failure
Total duration 1m 38s
Artifacts

golint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
golint: main.go#L12
could not import github.com/F5Networks/terraform-provider-bigip/bigip (-: # github.com/F5Networks/terraform-provider-bigip/bigip
golint: bigip/resource_bigip_ltm_profile_bot_defense.go#L74
undefined: bigip.BotDefenseProfile
golint: bigip/resource_bigip_ltm_profile_bot_defense.go#L79
client.AddBotDefenseProfile undefined (type *"github.com/f5devcentral/go-bigip".BigIP has no field or method AddBotDefenseProfile)
golint: bigip/resource_bigip_ltm_profile_bot_defense.go#L92
client.GetBotDefenseProfile undefined (type *"github.com/f5devcentral/go-bigip".BigIP has no field or method GetBotDefenseProfile)
golint: bigip/resource_bigip_ltm_profile_bot_defense.go#L109
undefined: bigip.BotDefenseProfile
golint: bigip/resource_bigip_ltm_profile_bot_defense.go#L114
client.ModifyBotDefenseProfile undefined (type *"github.com/f5devcentral/go-bigip".BigIP has no field or method ModifyBotDefenseProfile)
golint: bigip/resource_bigip_ltm_profile_bot_defense.go#L126
client.DeleteBotDefenseProfile undefined (type *"github.com/f5devcentral/go-bigip".BigIP has no field or method DeleteBotDefenseProfile)
golint: bigip/resource_bigip_ltm_profile_bot_defense.go#L135
undefined: bigip.BotDefenseProfile
golint: bigip/resource_bigip_ltm_profile_request_log.go#L166
undefined: bigip.RequestLogProfile
golint: bigip/resource_bigip_ltm_profile_request_log.go#L171
client.AddRequestLogProfile undefined (type *"github.com/f5devcentral/go-bigip".BigIP has no field or method AddRequestLogProfile)
golint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.