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

fix: Fix missing checks on product include/exclude glob for attestation. #66

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

Commits on Aug 9, 2024

  1. fix: Fix missing checks on product include/exclude glob for attestation.

    Signed-off-by: Matthias Glastra <[email protected]>
    matglas authored and jkjell committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    7028400 View commit details
    Browse the repository at this point in the history
  2. fix: Fix issue with super match and exclude combined.

    When not adding a include it would always catch every file and
    the exclude would be of no benefit.
    
    Signed-off-by: Matthias Glastra <[email protected]>
    matglas authored and jkjell committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    0e2edf5 View commit details
    Browse the repository at this point in the history
  3. fix: Adjust attestation output to include attestor configuration.

    Signed-off-by: Matthias Glastra <[email protected]>
    matglas authored and jkjell committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    5ab78e6 View commit details
    Browse the repository at this point in the history
  4. feat: Add material incl/excl glob

    Signed-off-by: Matthias Glastra <[email protected]>
    matglas authored and jkjell committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    eca3b8f View commit details
    Browse the repository at this point in the history
  5. Fix validation after failing unit tests.

    Signed-off-by: Matthias Glastra <[email protected]>
    matglas authored and jkjell committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    18b5e8b View commit details
    Browse the repository at this point in the history
  6. Run gofmt -s

    Signed-off-by: John Kjell <[email protected]>
    jkjell committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    dfedf35 View commit details
    Browse the repository at this point in the history
  7. Update attestation/product/product.go

    Co-authored-by: John Kjell <[email protected]>
    Signed-off-by: Matthias Glastra <[email protected]>
    matglas and jkjell committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    dbd93f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. chore: Add conditional configuration

    Signed-off-by: Matthias Glastra <[email protected]>
    matglas authored and jkjell committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    67bd420 View commit details
    Browse the repository at this point in the history
  2. chore: Add changelog for attestors

    Signed-off-by: Matthias Glastra <[email protected]>
    matglas authored and jkjell committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    762dc49 View commit details
    Browse the repository at this point in the history