vmware / go-vcloud-director

Golang SDK for VMware Cloud Director
Other
80 stars 79 forks source link

Add specific version for gosec in security checks #624

Closed dataclouder closed 10 months ago

dataclouder commented 10 months ago

This PR fixes a bug in the latest version of gosec. See Issue #1046.

To work around such problem, we add a specific version of gosec to use, rather than asking always for the latest one.

Note: no change log added, as this only affects tests, and only (hopefully) temporarily.