dell / terraform-provider-redfish

Terraform provider for Redfish REST APIs
https://registry.terraform.io/providers/dell/redfish/latest
Mozilla Public License 2.0
95 stars 21 forks source link

Blackduck issue induced by terraform-plugin-docs #238

Closed taohe1012 closed 2 months ago

taohe1012 commented 2 months ago
SUMMARY

terraform-plugin-docs has indirect dependency of yaml.v2, which induce blackduck security issue. Had to comment out the terraform-plugin-docs to fix this.

ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION

Release note for CHANGELOG:

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccXXX'

...

Community Note

terraform-providers-svc commented 2 months ago

Can one of the admins verify this patch?

rounak-adhikary commented 2 months ago

Can we try removing terraform-plugin-docs dependency in this way? https://github.com/dell/terraform-provider-powerflex/pull/218

taohe1012 commented 2 months ago

Can we try removing terraform-plugin-docs dependency in this way? dell/terraform-provider-powerflex#218

Thanks @rounak-adhikary , code updated according to dell/terraform-provider-powerflex#218.