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

ci: add e2e tests #47

Merged
merged 28 commits into from
Aug 6, 2024
Merged

ci: add e2e tests #47

merged 28 commits into from
Aug 6, 2024

Commits on Aug 2, 2024

  1. ci: added e2e folder with test file and other config files

    Signed-off-by: Jackson Greer <[email protected]>
    jgrer committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    f466955 View commit details
    Browse the repository at this point in the history
  2. ci: remove extra packages and add e2e.yaml file

    Signed-off-by: Jackson Greer <[email protected]>
    jgrer committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    fc80ccd View commit details
    Browse the repository at this point in the history
  3. fix: change to trigger on push to e2e-tests branch

    Signed-off-by: Jackson Greer <[email protected]>
    jgrer committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d51a30c View commit details
    Browse the repository at this point in the history
  4. ci: change build extension action to use docker build command directl…

    …y to not use multi-platform
    
    Signed-off-by: Jackson Greer <[email protected]>
    jgrer committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d378a6f View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. ci: input image name and do initial scan

    Signed-off-by: Jackson Greer <[email protected]>
    jgrer committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    0ace623 View commit details
    Browse the repository at this point in the history
  2. ci: type instead of fill

    Signed-off-by: Jackson Greer <[email protected]>
    jgrer committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    73fffc4 View commit details
    Browse the repository at this point in the history
  3. ci: null check

    Signed-off-by: Jackson Greer <[email protected]>
    jgrer committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    b5d05b1 View commit details
    Browse the repository at this point in the history
  4. ci: wait for vuln display after patching

    Signed-off-by: Jackson Greer <[email protected]>
    jgrer committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    f756613 View commit details
    Browse the repository at this point in the history
  5. ci: test patched image text display

    Signed-off-by: Jackson Greer <[email protected]>
    jgrer committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    ae48f87 View commit details
    Browse the repository at this point in the history
  6. ci: change null evaluations

    Signed-off-by: Jackson Greer <[email protected]>
    jgrer committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    bfb3101 View commit details
    Browse the repository at this point in the history
  7. ci: added console logging

    Signed-off-by: Jackson Greer <[email protected]>
    jgrer committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    db7d99a View commit details
    Browse the repository at this point in the history
  8. ci: confirm loading started

    Signed-off-by: Jackson Greer <[email protected]>
    jgrer committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    a10cf89 View commit details
    Browse the repository at this point in the history
  9. ci: null check for loading text

    Signed-off-by: Jackson Greer <[email protected]>
    jgrer committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    ac5cd19 View commit details
    Browse the repository at this point in the history
  10. ci: await more operations

    Signed-off-by: Jackson Greer <[email protected]>
    jgrer committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    bc88030 View commit details
    Browse the repository at this point in the history
  11. ci: add debug text to print patched image name

    Signed-off-by: Jackson Greer <[email protected]>
    jgrer committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    77566d3 View commit details
    Browse the repository at this point in the history
  12. ci: swap out if statements for optional chaining

    Signed-off-by: Jackson Greer <[email protected]>
    jgrer committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    51bc300 View commit details
    Browse the repository at this point in the history
  13. ci: check for undefined and null

    Signed-off-by: Jackson Greer <[email protected]>
    jgrer committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    cf6a332 View commit details
    Browse the repository at this point in the history
  14. ci: run docker images command and check for output

    Signed-off-by: Jackson Greer <[email protected]>
    jgrer committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    e30493d View commit details
    Browse the repository at this point in the history
  15. ci: log output.stdout instead of output object

    Signed-off-by: Jackson Greer <[email protected]>
    jgrer committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    a324343 View commit details
    Browse the repository at this point in the history
  16. change tests to run on pushs to main branch

    Signed-off-by: Jackson Greer <[email protected]>
    jgrer committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    d8048ab View commit details
    Browse the repository at this point in the history
  17. style: spelling error

    Signed-off-by: Jackson Greer <[email protected]>
    jgrer committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    2b1cf51 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. ci: remove copyright and license text

    Signed-off-by: Jackson Greer <[email protected]>
    jgrer committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    84a3c70 View commit details
    Browse the repository at this point in the history
  2. ci: removed duplicate file

    Signed-off-by: Jackson Greer <[email protected]>
    jgrer committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    0bd2a93 View commit details
    Browse the repository at this point in the history
  3. ci: remove copyright and license text from other files

    Signed-off-by: Jackson Greer <[email protected]>
    jgrer committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    13b44d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acac413 View commit details
    Browse the repository at this point in the history
  5. ci: downgrade dependency review action to v4.3.2

    Signed-off-by: Jackson Greer <[email protected]>
    jgrer committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    184af67 View commit details
    Browse the repository at this point in the history
  6. style: added new line to two files

    Signed-off-by: Jackson Greer <[email protected]>
    jgrer committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    2d113a6 View commit details
    Browse the repository at this point in the history
  7. ci: revert action back to latest version

    Signed-off-by: Jackson Greer <[email protected]>
    jgrer committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    718a820 View commit details
    Browse the repository at this point in the history