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

SCA refactoring, part 1 #793

Merged
merged 6 commits into from
Oct 26, 2023
Merged

SCA refactoring, part 1 #793

merged 6 commits into from
Oct 26, 2023

Commits on Oct 25, 2023

  1. sca: move out of package.go into sca.go as a first pass

    Signed-off-by: Ariadne Conill <ariadne@dereferenced.org>
    kaniini committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    b60e7b8 View commit details
    Browse the repository at this point in the history
  2. sca: pass FS into dependency generators rather than creating it on de…

    …mand
    
    Signed-off-by: Ariadne Conill <ariadne@dereferenced.org>
    kaniini committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    3baac62 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. sca: implement abstract interface between build engine and sca engine

    Signed-off-by: Ariadne Conill <ariadne@dereferenced.org>
    kaniini committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    495a6a3 View commit details
    Browse the repository at this point in the history
  2. sca: move analyzer invocation into Analyze() function

    Signed-off-by: Ariadne Conill <ariadne@dereferenced.org>
    kaniini committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    9bad4a6 View commit details
    Browse the repository at this point in the history
  3. sca: fix compile by moving a few things around

    Signed-off-by: Ariadne Conill <ariadne@dereferenced.org>
    kaniini committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    e486d10 View commit details
    Browse the repository at this point in the history
  4. util: drop Dedup in favor of golang.org/x/exp/slices.Compact

    Signed-off-by: Ariadne Conill <ariadne@dereferenced.org>
    kaniini committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    635f455 View commit details
    Browse the repository at this point in the history