Skip to content

Commit

Permalink
🐛 Set asset annotations during cnspec serve.
Browse files Browse the repository at this point in the history
Signed-off-by: Preslav <[email protected]>
  • Loading branch information
preslavgerchev committed Feb 22, 2024
1 parent 0d76b70 commit 3d6b78b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/cnspec/cmd/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ func getServeConfig() (*scanConfig, *cnspec_config.CliConfig, error) {
Connections: []*inventory.Config{{
Type: "local",
}},
Annotations: optAnnotations,
}))
}

Expand Down

0 comments on commit 3d6b78b

Please sign in to comment.