Skip to content

Commit 0379cde

Browse files
tas50claude
andcommitted
🧹 Update BIG-IP descriptions to reference F5
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 72a4890 commit 0379cde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ To learn about Mondoo Platform, read the [Mondoo Platform docs](https://mondoo.c
101101
| Ansible playbooks | `ansible` | `mql shell ansible YOUR_PLAYBOOK.yml` |
102102
| Arista network devices | `arista` | `mql shell arista DEVICE_PUBLIC_IP --ask-pass` |
103103
| Atlassian organizations | `atlassian` | `mql shell atlassian --host YOUR_HOST_URL --admin-token YOUR_TOKEN` |
104-
| BIG-IP load balancers | `bigip` | `mql shell bigip --hostname HOST --user USER --password PASSWORD` |
104+
| F5 BIG-IP load balancers | `bigip` | `mql shell bigip --hostname HOST --user USER --password PASSWORD` |
105105
| AWS accounts | `aws` | `mql shell aws` |
106106
| AWS CloudFormation templates | `cloudformation` | `mql shell cloudformation cloudformation_file.json` |
107107
| AWS EC2 EBS snapshot | `aws ec2 ebs snapshot` | `mql shell aws ec2 ebs snapshot SNAPSHOTID` |

providers/defaults.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ var DefaultProviders Providers = map[string]*Provider{
8080
{
8181
Name: "bigip",
8282
Use: "bigip",
83-
Short: "a BIG-IP load balancer",
83+
Short: "an F5 BIG-IP load balancer",
8484
},
8585
},
8686
},

0 commit comments

Comments
 (0)