mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 11:37:01 -07:00
fix: added secrets file path to collect parameters
This commit is contained in:
parent
a4928b9ebb
commit
d4443ac6c9
1 changed files with 1 additions and 1 deletions
|
|
@ -71,6 +71,7 @@ var CollectCmd = &cobra.Command{
|
|||
OutputPath: outputPath,
|
||||
ForceUpdate: forceUpdate,
|
||||
AccessToken: accessToken,
|
||||
SecretsFile: secretsFile,
|
||||
}
|
||||
|
||||
// show all of the 'collect' parameters being set from CLI if verbose
|
||||
|
|
@ -85,7 +86,6 @@ var CollectCmd = &cobra.Command{
|
|||
// Create a StaticSecretStore to hold the username and password
|
||||
fmt.Println(err)
|
||||
store = secrets.NewStaticStore(username, password)
|
||||
} else {
|
||||
}
|
||||
|
||||
_, err = magellan.CollectInventory(&scannedResults, params, store)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue