Skip to content

Commit

Permalink
🐛 Fix oci asset url (#5119)
Browse files Browse the repository at this point in the history
Was broken in #4557
  • Loading branch information
jaym authored Jan 24, 2025
1 parent c515884 commit d89cdc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/oci/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ func (s *Service) detect(asset *inventory.Asset, conn *connection.OciConnection)
Runtime: "oci",
Kind: "api",
Family: []string{"oci"},
TechnologyUrlSegments: []string{"saas", "oci", "tenancy"},
TechnologyUrlSegments: []string{"oci", "tenancy"},
}

platformID := "//platformid.api.mondoo.app/runtime/oci/" + conn.TenantID()
Expand Down

0 comments on commit d89cdc0

Please sign in to comment.