Skip to content

Commit

Permalink
Merge pull request #785 from Vincent056/network_api
Browse files Browse the repository at this point in the history
Add network to api-resources we always fetch
  • Loading branch information
openshift-merge-robot authored Feb 3, 2022
2 parents b191abd + 9260252 commit 05df7f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/manager/scap.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ func (c *scapContentDataStream) FigureResources(profile string) error {
ObjPath: "/apis/config.openshift.io/v1/infrastructures/cluster",
DumpPath: "/apis/config.openshift.io/v1/infrastructures/cluster",
},
{
ObjPath: "/apis/config.openshift.io/v1/networks/cluster",
DumpPath: "/apis/config.openshift.io/v1/networks/cluster",
},
}
effectiveProfile := profile
var valuesList map[string]string
Expand Down

0 comments on commit 05df7f8

Please sign in to comment.