Closed nikita-tkachenko-datadog closed 3 months ago
Updates the action to use hard-coded checksum when verifying installation script integrity. The reason for doing so, rather than downloading the checksum, it to protect from MitM attacks.
Test manually and with the CI job.
What does this PR do?
Updates the action to use hard-coded checksum when verifying installation script integrity. The reason for doing so, rather than downloading the checksum, it to protect from MitM attacks.
Motivation
Additional Notes
Possible Drawbacks / Trade-offs
Describe how to test/QA your changes
Test manually and with the CI job.