Commit Graph

  • f8a5c56191
    Fix acceptance tests (#106) Alfredo Deza 2020-07-25 06:39:44 -04:00
  • 2e458cd73d
    make acceptance test results dir on run Alex Goodman 2020-07-24 18:04:52 -04:00
  • 6b0ab2de4a
    Merge pull request #107 from anchore/fix-acceptance-compare Alex Goodman 2020-07-24 17:53:02 -04:00
  • 14ec30aee1
    fix acceptance test compare script & persist Alex Goodman 2020-07-24 17:41:22 -04:00
  • 578952986f
    Merge pull request #103 from anchore/issue-81 Alfredo Deza 2020-07-24 15:33:30 -04:00
  • e1ce040ead scope: do not create scope if path is invalid Alfredo Deza 2020-07-24 12:48:53 -04:00
  • 9ec5da24dd
    fix py globs to include partial matches (#101) Alex Goodman 2020-07-24 08:22:56 -04:00
  • 32071b0bf1
    add default table presenter Alex Goodman 2020-07-23 21:48:12 -04:00
  • 0a0bc68e95
    show verbose test output to prevent circleci kills Alex Goodman 2020-07-23 21:47:11 -04:00
  • a4016d35ce
    rename to syft Alex Goodman 2020-07-23 20:54:04 -04:00
  • 2132700198
    add apk/alpine support (#98) Alex Goodman 2020-07-23 20:35:57 -04:00
  • 63ba7ae47d
    add remaining debian & el distro support (#99) Alex Goodman 2020-07-23 20:35:40 -04:00
  • 5ccd6d5f6a
    check for unsupported "go get" chars (#100) Alex Goodman 2020-07-23 13:08:31 -04:00
  • ba4f63099d
    Add release process (#89) Alex Goodman 2020-07-23 10:52:44 -04:00
  • 3cb7c43dbc
    Merge pull request #96 from anchore/issue-7 Alfredo Deza 2020-07-23 09:54:39 -04:00
  • f1c14d97f6 integration: validate package-lock.json parsing Alfredo Deza 2020-07-22 14:23:00 -04:00
  • 9f314eb493 cataloger: support npm packages from package-lock.json files Alfredo Deza 2020-07-22 14:21:44 -04:00
  • fb4b83cf3e cataloger: define Javascript (npm) package type Alfredo Deza 2020-07-22 14:20:10 -04:00
  • 44c69f1f91
    add go.mod cataloger (#97) Alex Goodman 2020-07-23 08:17:30 -04:00
  • 265516682f
    Merge pull request #92 from anchore/issue-58 Alfredo Deza 2020-07-21 16:00:20 -04:00
  • 74d87254ed integration: validate requirements.txt is picked up and parsed Alfredo Deza 2020-07-21 14:31:41 -04:00
  • 50eae46d37 type: add PythonPkg types for requirements-based packages Alfredo Deza 2020-07-21 14:27:07 -04:00
  • f8a2b7a626 tests: verify requirements.txt captures versions Alfredo Deza 2020-07-21 14:26:34 -04:00
  • 83056a4b6f cataloger: add a requirements.txt parser Alfredo Deza 2020-07-21 14:25:51 -04:00
  • 8747b68b86 cataloger: add a glob path for parsing requirements.txt Alfredo Deza 2020-07-21 14:23:58 -04:00
  • 7ebb9f4e0b
    Add check for app update (#88) Alex Goodman 2020-07-21 12:02:03 -04:00
  • 380cd39514
    Merge pull request #91 from anchore/issue-75 Alfredo Deza 2020-07-21 11:26:03 -04:00
  • cea38fcba3 cataloger: use ** for glob patterns Alfredo Deza 2020-07-20 15:55:32 -04:00
  • 03bbcfa08d cataloger: add ability to recurse with doublestar Alfredo Deza 2020-07-20 15:53:45 -04:00
  • 942cd6eb18 dependencies: add doublestar for recursive globbing support Alfredo Deza 2020-07-20 15:25:57 -04:00
  • f02b8cc7bc tests: use the catalog directly instead of via the presenters Alfredo Deza 2020-07-20 15:25:01 -04:00
  • fe15c0a08b tests: remove dir_presenters, no longer needed Alfredo Deza 2020-07-20 15:20:29 -04:00
  • 4fa391b4cb
    remove metadata from text presenter (#90) Alex Goodman 2020-07-20 15:28:26 -04:00
  • 9e285fd0e2
    use common entry point for integration tests; refactor cmd pkg (#86) Alex Goodman 2020-07-17 15:16:33 -04:00
  • b5a353349f
    Merge pull request #87 from anchore/unkown-distro Alfredo Deza 2020-07-17 13:54:14 -04:00
  • b734623ef0 make: bump test coverage Alfredo Deza 2020-07-17 13:32:45 -04:00
  • 0534a68ec6 tests for new Identify distro func Alfredo Deza 2020-07-17 13:07:14 -04:00
  • e2b71184aa when no distros are matched, return an UnkownDistro Alfredo Deza 2020-07-17 13:06:42 -04:00
  • f51cae2043 distro: add new constructor for getting UnkownDistros Alfredo Deza 2020-07-17 13:06:25 -04:00
  • f03f7b32e9
    Merge pull request #85 from anchore/issue-84 Alfredo Deza 2020-07-17 08:31:22 -04:00
  • fb6bc116e0 tests: verify carriage returns are parsed in distro files Alfredo Deza 2020-07-16 17:20:30 -04:00
  • 5edcae13b3 distro: remove unwanted chars from os distro files Alfredo Deza 2020-07-16 17:19:57 -04:00
  • aa0693bdc0
    Merge pull request #83 from anchore/issue-82 Alfredo Deza 2020-07-16 14:36:30 -04:00
  • a05d58686e resolvers: do not join paths, it is assumed they are already joined Alfredo Deza 2020-07-16 13:12:42 -04:00
  • d82a0872c9 tests: verify MultipleFileContentsByRef gets contents from the right path Alfredo Deza 2020-07-16 13:12:05 -04:00
  • 07b2a1da87
    Merge pull request #76 from anchore/issue-73 Alfredo Deza 2020-07-15 10:49:15 -04:00
  • b457d4ebd2 tests: drop coverage requirement to 69% for now Alfredo Deza 2020-07-15 09:59:20 -04:00
  • d982ad6345 lib: implement a NewScope to produce scopes from inputs Alfredo Deza 2020-07-14 16:20:06 -04:00
  • b2c8685437 integration: use new constructor params for scope from images Alfredo Deza 2020-07-14 08:36:23 -04:00
  • f418c99a3b remove old text support files Alfredo Deza 2020-07-13 17:08:56 -04:00
  • 45b5fa82c8 presenters: abstract into text only Alfredo Deza 2020-07-13 17:07:02 -04:00
  • e7518ad998 tests: move img-based tests and fixtures Alfredo Deza 2020-07-13 16:54:15 -04:00
  • a6e1866cdb cmd: do not default for images, handle it specifically Alfredo Deza 2020-07-13 11:16:14 -04:00
  • 2f626bf9fd directory resolver should join path and target directory for retrieving contents Alfredo Deza 2020-07-10 14:26:24 -04:00
  • 429c28720c integration: update tests to use scope instead of img directly Alfredo Deza 2020-07-10 09:14:57 -04:00
  • 69b01caba7 update scope tests to use new generic scope Alfredo Deza 2020-07-09 15:33:48 -04:00
  • c56b82e529 resolvers: add a directory resolver Alfredo Deza 2020-07-09 14:53:49 -04:00
  • 5cee2668e3 resolvers: satisfy interface with multiple file contents by ref Alfredo Deza 2020-07-09 14:11:08 -04:00
  • 6e9171e8a6 presenter: use new scoped source Alfredo Deza 2020-07-09 14:07:03 -04:00
  • 4b69758f2c scope: create a new generic Resolver interface Alfredo Deza 2020-07-08 09:33:33 -04:00
  • b35a412467 scope: use a generic scope struct instead of specific to images Alfredo Deza 2020-07-07 17:05:11 -04:00
  • 145bb95a2d lib: use scope instead of requiring images Alfredo Deza 2020-07-07 16:53:49 -04:00
  • d22c1d0838 distro: identify uses the scope resolvers now, not images Alfredo Deza 2020-07-07 16:53:06 -04:00
  • 923d220a90 controller: use new scope.Resolver interface Alfredo Deza 2020-07-07 16:48:49 -04:00
  • 6cbf6d3409 cmd: do not pass img around, use scope Alfredo Deza 2020-07-07 16:45:44 -04:00
  • 66a16a67fd
    Add support for detecting nested java archives (#77) Alex Goodman 2020-07-15 07:42:35 -04:00
  • e8d11eec69
    add license validation (#80) Alex Goodman 2020-07-13 13:07:20 -04:00
  • 61f51d80bb
    Add comparative analysis with anchore-engine (#78) Alex Goodman 2020-07-13 12:12:00 -04:00
  • 3f090f9647
    fix java cache key for CI; fix circle docker api version (#79) Alex Goodman 2020-07-13 12:11:11 -04:00
  • 502e2afd06
    fix linting issue Alex Goodman 2020-07-10 07:45:13 -04:00
  • 15ff94b56b
    tweak java manifest version processing Alex Goodman 2020-07-10 07:41:13 -04:00
  • ef8c215772
    Merge pull request #74 from anchore/add-java-cataloger Alex Goodman 2020-07-09 17:05:29 -04:00
  • 4c7d9ccef7
    simplify unzip; update java error statements Alex Goodman 2020-07-09 11:53:52 -04:00
  • 0f8dcf3f17
    Update imgbom/cataloger/java/pom_properties.go Alex Goodman 2020-07-09 11:38:02 -04:00
  • c9bfc0aecd
    Update imgbom/cataloger/java/pom_properties.go Alex Goodman 2020-07-09 11:37:45 -04:00
  • 40f8e3a7de
    Update imgbom/cataloger/java/java_manifest.go Alex Goodman 2020-07-09 11:31:23 -04:00
  • 1f89d26902
    reduce java packages to java-archive and jenkins-plugin Alex Goodman 2020-07-09 10:38:05 -04:00
  • e55db9247e
    add java cataloger Alex Goodman 2020-07-07 18:04:27 -04:00
  • 1d711ee06f
    Merge pull request #71 from anchore/protocol-cleanup Alfredo Deza 2020-07-07 10:42:26 -04:00
  • 74f339e043 cmd: replace Printf with a logging statement Alfredo Deza 2020-07-06 11:33:33 -04:00
  • e040fc8930
    Merge pull request #72 from anchore/add-rpm-cataloger Alex Goodman 2020-07-07 09:06:54 -04:00
  • 1896831c39
    add rpmdb support; enhance integration tests Alex Goodman 2020-07-06 12:49:32 -04:00
  • 7cd16d05b8
    Merge pull request #70 from anchore/add-coverage Alex Goodman 2020-07-06 12:45:52 -04:00
  • d59a19697d
    add coverage + makefile improvements Alex Goodman 2020-07-06 06:58:34 -04:00
  • 027f71de45
    fix env config reads for nested config values Alex Goodman 2020-07-03 12:00:46 -04:00
  • fe338760b0
    Merge pull request #68 from anchore/issue-31-1 Alfredo Deza 2020-07-02 17:29:45 -04:00
  • 9baae90c0b integration: add tests for dir-based presenters Alfredo Deza 2020-07-02 15:39:26 -04:00
  • 3548c7b132 tests for scope.go Alfredo Deza 2020-07-02 13:04:08 -04:00
  • 3eedb86a1f tests for protocol.go Alfredo Deza 2020-07-02 13:03:45 -04:00
  • c35108b00d tests: reorganize text img files to match new layout Alfredo Deza 2020-07-02 08:16:01 -04:00
  • f49ca8107a tests: add verification for dirs and imgs Alfredo Deza 2020-07-01 17:17:12 -04:00
  • 293b7b6ff9 tests: update integration tests to use new cataloger Alfredo Deza 2020-07-01 11:38:39 -04:00
  • 96d86fa214 tests: move existing json tests to json/imgs Alfredo Deza 2020-07-01 10:35:09 -04:00
  • 7544330bc2 json img presenter needs to degrade nicely when file metadata is not present Alfredo Deza 2020-06-30 09:25:25 -04:00
  • feef7e28dc cmd: add note about panic when img is nil Alfredo Deza 2020-06-30 09:24:22 -04:00
  • ec52e91301 scope: create interface for content and file resolvers Alfredo Deza 2020-06-29 13:41:50 -04:00
  • b2d7bd3b1a scope: add directory-based scoping Alfredo Deza 2020-06-29 13:41:20 -04:00
  • e38e3e9ff4 create text-based presenters for dirs and imgs Alfredo Deza 2020-06-29 13:38:54 -04:00
  • 268cfef0ee re-organize json-based presenters for dirs and imgs Alfredo Deza 2020-06-29 13:38:15 -04:00
  • 312c8acfbe presenter can pick text-dir, text-img, json-text, or json-img for reporting Alfredo Deza 2020-06-29 12:00:27 -04:00