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 option to disable blob verification #131

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

Commits on Oct 27, 2023

  1. feat: add input verify_blob to add option to disable verification

    Signed-off-by: Marco Lecheler <[email protected]>
    fty4 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    a8493e1 View commit details
    Browse the repository at this point in the history
  2. fix: move curl outside verify_blob statement

    Signed-off-by: Marco Lecheler <[email protected]>
    fty4 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    861053a View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. chore: disable cosign installation when verify blob disabled

    As from cpanato suggested the installation of cosign should be skipped.
    
    Signed-off-by: Marco Lecheler <[email protected]>
    fty4 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    96db42b View commit details
    Browse the repository at this point in the history
  2. chore: add gh wf test test_ct_action_noverify

    Signed-off-by: Marco Lecheler <[email protected]>
    fty4 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    3cd4d56 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Merge remote-tracking branch 'origin' into feat/verify-blob

    Signed-off-by: Marco Lecheler <[email protected]>
    fty4 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    00244d7 View commit details
    Browse the repository at this point in the history
  2. chore: add required key for input verify_blob

    Signed-off-by: Marco Lecheler <[email protected]>
    fty4 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    be05755 View commit details
    Browse the repository at this point in the history
  3. fix: set noverify test name to more meaningful value

    The name of the test_ct_action_noverify test did not receive any customizing for the name. No there is a unique name to describe what is tested.
    
    Signed-off-by: Marco Lecheler <[email protected]>
    fty4 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    3f5368d View commit details
    Browse the repository at this point in the history
  4. chore: adding verify message

    Adding messages to determinate if blob was verified.
    
    Also moving Install message out of verify if statement
    
    Signed-off-by: Marco Lecheler <[email protected]>
    fty4 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    6acc8cc View commit details
    Browse the repository at this point in the history
  5. fix: update test version to v3.10.0

    Updating version required after merging main to PR.
    
    Signed-off-by: Marco Lecheler <[email protected]>
    fty4 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    2ef262f View commit details
    Browse the repository at this point in the history