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

BG suite multierror support #362

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Commits on Sep 28, 2024

  1. feat: cmd/bg-suite: print file name on read error

    Signed-off-by: Daniel Maslowski <[email protected]>
    orangecms committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    e4e438d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38a8604 View commit details
    Browse the repository at this point in the history
  3. feat: bootguard: add multierror output

    This uses go.uber.org/multierr.
    Also reword many error messages to make them consistent:
    - capitalize BootGuard, Key Manifest and Boot Policy Manifest
    - spell out Key Manifest and Boot Policy Manifest
    - uppercase acronyms such as DMA etc
    
    Signed-off-by: Daniel Maslowski <[email protected]>
    orangecms committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    41cc2f4 View commit details
    Browse the repository at this point in the history