mitre / hipcheck

Automatically assess and score software repositories for supply chain risk.
https://mitre.github.io/hipcheck/
Apache License 2.0
80 stars 6 forks source link

Automate appending to download manifest files hosted on site for new releases. #619

Closed j-lanson closed 1 week ago

j-lanson commented 1 week ago

The download manifest file for each plugin will live in site/ and be part of the hipcheck website content so it can be downloaded from the website URL instead of github.

With each release of a plugin, we need to use the content of the dist-generated bundle to create new a new in that plugin's download manifest file for each architecture we support.

j-lanson commented 1 week ago

Closing in favor of #601