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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Nix cataloger #1696

Merged
merged 16 commits into from
Apr 4, 2023
Merged

Add Nix cataloger #1696

merged 16 commits into from
Apr 4, 2023

Commits on Jul 19, 2022

  1. Add Basic Nix Cataloger

    Signed-off-by: Julio Tain Sueiras <juliosueiras@gmail.com>
    juliosueiras committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    e7e50a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Update nix def for the latest syft definition

    Signed-off-by: Julio Tain Sueiras <juliosueiras@gmail.com>
    juliosueiras committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    7995c43 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Merge pull request #1107 from juliosueiras-nix/feature/nix-cataloger

    Add Basic Nix Cataloger
    wagoodman committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    818cf3f View commit details
    Browse the repository at this point in the history
  2. capture nix package files on pkg.NixStoreMetadata

    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    7fc3e8e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into add-nix-cataloger

    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    49c24dd View commit details
    Browse the repository at this point in the history
  4. fix unit tests and linting

    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    063b95d View commit details
    Browse the repository at this point in the history
  5. update JSON schema

    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    4a0d66f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. address review comments

    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    3cb3002 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Update syft/pkg/cataloger/nix/parse_nix_store_path_test.go

    Co-authored-by: Florian Klink <flokli@flokli.de>
    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman and flokli committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    96617c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. support unstable version conventions

    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    46bf1fc View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into add-nix-cataloger

    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    0efefee View commit details
    Browse the repository at this point in the history
  3. update json schema relative to main branch

    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    39ee3eb View commit details
    Browse the repository at this point in the history
  4. update syft json with v7.1.1 schema

    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    ef535ff View commit details
    Browse the repository at this point in the history
  5. fix CLI tests

    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    1a1bc8b View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. remove extra continue statement

    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    0b7bacf View commit details
    Browse the repository at this point in the history
  2. add Nix to list of supported ecosystems

    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    93ca691 View commit details
    Browse the repository at this point in the history