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

Feature/ast 11602 cli add ssh key scan create #387

Merged
merged 30 commits into from
Apr 28, 2022

Commits on Apr 12, 2022

  1. AST-11602 - CLI | Add SSH key to scan create command

    - Added --ssh-key flag to scan create
    - Added unit tests and integration tests
    - Code refactoring
    hmmachadocx committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    a908502 View commit details
    Browse the repository at this point in the history
  2. AST-11602 - CLI | Add SSH key to scan create command

    - Added missing private key in integration tests
    hmmachadocx committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    6908ff8 View commit details
    Browse the repository at this point in the history
  3. AST-11602 - CLI | Add SSH key to scan create command

    - Fixed unit tests
    hmmachadocx committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    b28d35f View commit details
    Browse the repository at this point in the history
  4. AST-11602 - CLI | Add SSH key to scan create command

    - Added --ssh-key flag to scan create
    - Added unit tests and integration tests
    - Code refactoring
    hmmachadocx authored and Mithilesh Pawar committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    905aa57 View commit details
    Browse the repository at this point in the history
  5. AST-11602 - CLI | Add SSH key to scan create command

    - Added missing private key in integration tests
    hmmachadocx authored and Mithilesh Pawar committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    457f57e View commit details
    Browse the repository at this point in the history
  6. AST-11602 - CLI | Add SSH key to scan create command

    - Fixed unit tests
    hmmachadocx authored and Mithilesh Pawar committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    4be4f14 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. AST-11602 - CLI | Add SSH key to scan create command

    - Fixed unit tests and lint
    hmmachadocx committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    32d3d5f View commit details
    Browse the repository at this point in the history
  2. AST-11602 - CLI | Add SSH key to scan create command

    - Fixed merge conflicts
    hmmachadocx committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    dae1c5d View commit details
    Browse the repository at this point in the history
  3. AST-11602 - CLI | Add SSH key to scan create command

    - Fixed unit tests
    hmmachadocx committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    e8d8f14 View commit details
    Browse the repository at this point in the history
  4. AST-11602 - CLI | Add SSH key to scan create command

    - Added debug flag to check error in cicd
    hmmachadocx committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    ad45dbc View commit details
    Browse the repository at this point in the history
  5. AST-11602 - CLI | Add SSH key to scan create command

    - print error cicd
    hmmachadocx committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    461e2d0 View commit details
    Browse the repository at this point in the history
  6. AST-11602 - CLI | Add SSH key to scan create command

    - Fixed ssh test to create temp file to read ssh key
    hmmachadocx committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    3608abe View commit details
    Browse the repository at this point in the history
  7. AST-11602 - CLI | Add SSH key to scan create command

    - Fix cicd integration tests
    hmmachadocx committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    19b1a4e View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. AST-11602 - CLI | Add SSH key to scan create command

    - Remove helping printed messages
    hmmachadocx committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    a80ad7a View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Configuration menu
    Copy the full SHA
    e1efb2e View commit details
    Browse the repository at this point in the history
  2. AST-11603 - CLI | Add SSH key to project create command

    - Add --ssh-key flag to project create and update project configuration with the ssh-key after project create
    
    - Unit tests and integration tests added
    hmmachadocx committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    fbf8f82 View commit details
    Browse the repository at this point in the history
  3. AST-11603 - CLI | Add SSH key to project create command

    - Fixed lint errors
    hmmachadocx committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    d24b651 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. AST-11621 - CLI | Handle file filters when source is zip file

    - Added logs to check tests in CICD
    hmmachadocx committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    9ed0629 View commit details
    Browse the repository at this point in the history
  2. AST-11621 - CLI | Handle file filters when source is zip file

    - Added logs to check tests in CICD
    hmmachadocx committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    7800854 View commit details
    Browse the repository at this point in the history
  3. AST-11602 - CLI | Add SSH key to scan create command

    - Removed private keys from project;
    - defer remove file
    hmmachadocx committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    c1ba9d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8d480c View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. AST-11603 - CLI | Add SSH key to project create command

    - added repository url to create project command;
    hmmachadocx committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    fec2c87 View commit details
    Browse the repository at this point in the history
  2. AST-11603 - CLI | Add SSH key to project create command

    - added unit tests and integration tests for project creation with ssh key
    hmmachadocx committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    5811714 View commit details
    Browse the repository at this point in the history
  3. AST-11603 - CLI | Add SSH key to project create command

    - Fix lint errors
    hmmachadocx committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    90877cb View commit details
    Browse the repository at this point in the history
  4. AST-11603 - CLI | Add SSH key to project create command

    - Fix lint errors
    hmmachadocx committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    2e55b2a View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature/AST-11602_CLI_add_ssh_key_scan_create' into fea…

    …ture/AST-11603_CLI_add_ssh_key_project_create
    
    # Conflicts:
    #	test/integration/scan_test.go
    hmmachadocx committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    774fdd4 View commit details
    Browse the repository at this point in the history
  6. AST-11603 - CLI | Add SSH key to project create command

    - Fix unit tests
    hmmachadocx committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    acafc8f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. AST-11603 - CLI | Add SSH key to project create command

    - Fixed integration tests
    hmmachadocx committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    b46aa95 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Merge branch 'main' into feature/AST-11602_CLI_add_ssh_key_scan_create

    # Conflicts:
    #	internal/commands/scan.go
    #	internal/commands/scan_test.go
    #	internal/params/flags.go
    #	test/integration/scan_test.go
    hmmachadocx committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    fa1f7be View commit details
    Browse the repository at this point in the history
  2. AST-11603 - CLI | Add SSH key to project create command

    - Clarify it is a private key required
    hmmachadocx committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    a2a3e6e View commit details
    Browse the repository at this point in the history