You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes in #1646 seem to have updated the SHA too. Seems like we do need to do this if we're dynamically downloading the binary but would be nice to avoid having this included due to maintenance issues like this being avoided. Should goss be vendored? Developers can validate it themselves once and then include the binary.
Issue Type
Molecule and Ansible details
Molecule installation method (one of):
Ansible installation method (one of):
Detail any linters or test runners used:
Actual sha256sum in verify.yml when generated via
molecule init --verifier-name goss
This does not work with
molecule test
since it's a bad sha256sum, and the playbook can't download Goss.It seems that the sha256sum has changed
i found that
53dd1156ab66f2c4275fd847372e6329d895cfb2f0bcbec5f86c1c4df7236dde
is the actual sha256sum for Goss v0.3.6 (i don't know why ^^).When i change the checksum in the playbook verify.yml it works fine.
The text was updated successfully, but these errors were encountered: