Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add integrity check #1987

Merged
merged 8 commits into from
Sep 12, 2024
Merged

feat: Add integrity check #1987

merged 8 commits into from
Sep 12, 2024

Commits on Sep 9, 2024

  1. Add integrity check

    - Updated `actions/checkout` to v4.
    - Added SHA256 checksum calculation and verification for built binaries to ensure file integrity.
    - Included file architecture validation to ensure correct binaries are built for each target platform.
    - Updated the release draft step to include links to SHA256 checksum files for each binary.
    
    Signed-off-by: Kalidux <kalidux@gmail.com>
    kalidux committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    3248a0e View commit details
    Browse the repository at this point in the history
  2. Update .github/workflows/release.yaml

    Co-authored-by: Devon Bear <itsdevbear@gmail.com>
    Signed-off-by: Kalidux <kalidux@gmail.com>
    kalidux and itsdevbear committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a5a1fdd View commit details
    Browse the repository at this point in the history
  3. Update .github/workflows/release.yaml

    Co-authored-by: Devon Bear <itsdevbear@gmail.com>
    Signed-off-by: Kalidux <kalidux@gmail.com>
    kalidux and itsdevbear committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ff134d8 View commit details
    Browse the repository at this point in the history
  4. Update formating

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    Signed-off-by: Kalidux <kalidux@gmail.com>
    kalidux and coderabbitai[bot] committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    fd2da51 View commit details
    Browse the repository at this point in the history
  5. Rollback change

    Signed-off-by: Kalidux <kalidux@gmail.com>
    kalidux committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    873a3ac View commit details
    Browse the repository at this point in the history
  6. empty PGP Signature column

    Signed-off-by: Kalidux <kalidux@gmail.com>
    kalidux committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    12efa79 View commit details
    Browse the repository at this point in the history
  7. Update actions/setup-go to and fix columns alignment

    Signed-off-by: Kalidux <kalidux@gmail.com>
    kalidux committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4ec16c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Merge branch 'main' into main

    ocnc authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    901fa49 View commit details
    Browse the repository at this point in the history