nelkor / passcryptum

Cryptographic password manager
https://passcryptum.com
MIT License
71 stars 4 forks source link

:bookmark: Implement Build and Hash GitHub Action for Main Branch #176

Closed nelkor closed 10 months ago

nelkor commented 10 months ago

Introduction

This Pull Request introduces the proposed build-and-hash job in our CI/CD pipeline. The new job is designed to enhance the integrity and transparency of our deployment process, particularly for the main branch.

Changes Made

Rationale

The primary motivation for these changes is to provide our users with verifiable proof that the HTML file on our domain is a direct build from the source code in the main branch. By automating the build and hash generation process, we are taking a significant step towards ensuring the integrity and authenticity of our deployments.