Commit Graph

  • 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
  • 69a0376f99 distro: add note to replace with MultipleFileContents in the future Alfredo Deza 2020-06-29 11:45:43 -04:00
  • 507a6b69cb catalog controller uses scope to determine file resolvers Alfredo Deza 2020-06-29 11:44:03 -04:00
  • faf21a67a6 lib: return a protocol-based scope (dir or img) Alfredo Deza 2020-06-29 11:38:29 -04:00
  • 678a2c1dcb create a protocol-parsing package to distinguish dir,docker, etc... Alfredo Deza 2020-06-29 11:35:43 -04:00
  • 4d31655908 allow root command to catalog a directory Alfredo Deza 2020-06-29 11:34:00 -04:00
  • 466169e8d7
    Merge pull request #65 from anchore/add-an-event-bus Alex Goodman 2020-06-25 11:04:45 -04:00
  • 926b5f2a50
    add and use event bus for UI progress Alex Goodman 2020-06-25 10:39:11 -04:00
  • 2e9e969c5f
    Merge pull request #66 from anchore/add-license Alex Goodman 2020-06-24 14:51:51 -04:00
  • 1569a85820
    add apache v2 license Alex Goodman 2020-06-24 14:37:00 -04:00
  • d2e6229b2e
    Merge pull request #64 from anchore/issue-36 Alfredo Deza 2020-06-22 14:05:06 -04:00
  • 0a1f99503f cli: default to the new text presenter Alfredo Deza 2020-06-19 15:48:32 -04:00
  • 2e6aef17e1 implement a text presenter Alfredo Deza 2020-06-19 15:46:48 -04:00
  • 72f9091493 presenter: allow a text presenter option Alfredo Deza 2020-06-19 15:46:31 -04:00
  • acbeea9800 option: add a Text-based presenter Alfredo Deza 2020-06-19 15:45:58 -04:00
  • 2cb7dad967
    Merge pull request #63 from anchore/add-symlink-suport Alex Goodman 2020-06-16 13:10:24 -04:00
  • cd94179985
    add symlink content fetching support Alex Goodman 2020-06-16 11:37:37 -04:00
  • 778754dd59
    Merge pull request #62 from anchore/add-simple-pipeline Alex Goodman 2020-06-15 13:53:49 -04:00
  • 6b5a22da46
    add basic pipeline Alex Goodman 2020-06-15 13:39:09 -04:00
  • 0d66cb8a1c
    Merge pull request #60 from anchore/rename-analyzers Alex Goodman 2020-06-15 13:18:07 -04:00
  • 294e267e47
    rename analyzers to catalogers; fix generic cataloger path dispatcher Alex Goodman 2020-06-15 10:39:06 -04:00
  • 812934c964
    Merge pull request #57 from anchore/issue-33 Alfredo Deza 2020-06-12 15:58:36 -04:00
  • e460c031b6 distro: add tests and fixtures for identification Alfredo Deza 2020-06-12 10:47:07 -04:00
  • 889fa52b7d lib: update signature to *Distro Alfredo Deza 2020-06-12 10:46:15 -04:00
  • 75375d0b58 cmd: IdentifyDistro returns a distro object which can be nil Alfredo Deza 2020-06-12 10:45:49 -04:00
  • dba5f0b197 initial take on distro identification Alfredo Deza 2020-06-11 10:02:55 -04:00
  • 56c2318ea1 add support for distro detection Alfredo Deza 2020-06-11 10:02:33 -04:00
  • f1851556a8 distro: add a Name stringer Alfredo Deza 2020-06-11 10:02:15 -04:00
  • 64a9125895
    Merge pull request #53 from anchore/add-python-wheel-egg-analyzers Alex Goodman 2020-06-05 09:59:27 -04:00
  • a0ccfe220b
    add python wheel and egg analyzer support Alex Goodman 2020-06-04 19:07:04 -04:00
  • 83e96e8880
    generalize common analyzer elements Alex Goodman 2020-06-04 17:49:52 -04:00
  • e88669c536
    Merge pull request #52 from anchore/add-gem-analyzer Alex Goodman 2020-06-04 14:43:52 -04:00
  • f33720eaa1
    add gem analyzer Alex Goodman 2020-06-04 14:42:59 -04:00
  • 033c91a233
    Merge pull request #35 from anchore/use-filetree-reader Alex Goodman 2020-06-04 14:36:40 -04:00
  • b6122a413b
    add distro version tests Alex Goodman 2020-06-02 20:48:15 -04:00
  • cc724bff26
    use filetree reader instead of filetree Alex Goodman 2020-06-02 08:38:12 -04:00
  • f0b8aaacda
    Merge pull request #34 from anchore/focus-dkpg-metadata Alex Goodman 2020-06-01 17:42:18 -04:00
  • 17787f856f
    rm unused dkpg metadata, add dpkg source field, add analyzer source name Alex Goodman 2020-06-01 15:25:47 -04:00
  • 83e486d6ca
    Merge pull request #29 from anchore/add-os-types Alex Goodman 2020-06-01 10:47:31 -04:00
  • 45fbd05cf9
    add first distro support Alex Goodman 2020-06-01 10:33:46 -04:00
  • 1f272c2bda
    Merge pull request #27 from anchore/add-package-id Alex Goodman 2020-06-01 08:55:22 -04:00
  • a0e48468c2
    with package id Alex Goodman 2020-05-29 11:30:26 -04:00
  • ddd4a81bfa
    add bleve index experiment-with-bleve-index Alex Goodman 2020-05-29 11:31:01 -04:00
  • 1f08caa9ea
    with package id Alex Goodman 2020-05-29 11:30:26 -04:00
  • dcba50eaa8
    Merge pull request #25 from anchore/add-logging-and-app-config Alex Goodman 2020-05-26 09:20:12 -04:00
  • bd09327d40
    expose real zap logger to main package Alex Goodman 2020-05-26 08:21:49 -04:00
  • 1b9effeb49
    remove WithFields; add stereoscope logging Alex Goodman 2020-05-23 19:22:52 -04:00
  • 51c972ad33
    add exit on cli bind fails + copy update Alex Goodman 2020-05-22 15:25:49 -04:00
  • ae6feed8fc
    add named logger + color formatting Alex Goodman 2020-05-22 11:04:03 -04:00
  • 09c7ca8f8f
    replace panics with logging Alex Goodman 2020-05-21 16:53:17 -04:00
  • b7c7c5556d
    add logging fields Alex Goodman 2020-05-21 15:54:54 -04:00
  • 3e71315195
    add app config and logging interface Alex Goodman 2020-05-21 15:25:59 -04:00
  • 9676f99b86
    Merge pull request #24 from anchore/add-first-presenter Alex Goodman 2020-05-21 10:20:16 -04:00
  • 2471663d27
    sync/fmt linting tasks with stereoscope Alex Goodman 2020-05-21 09:37:20 -04:00
  • 17b4b26fbb
    update sterescope + add json presenter Alex Goodman 2020-05-20 18:29:06 -04:00
  • 28cc9b3dc1
    Merge pull request #22 from anchore/dpkg-analyzer Alex Goodman 2020-05-19 16:49:16 -04:00
  • 6fb3a876a8 tests: replace Entry with DpkgMetadata name Alfredo Deza 2020-05-19 09:29:02 -04:00
  • ada11973b2 use the new DpkgMetadata struct in the parser Alfredo Deza 2020-05-19 09:09:37 -04:00
  • 888cee3336 replace dummy analyzer for the new dpkg one Alfredo Deza 2020-05-19 09:09:05 -04:00
  • 61139007ca create the dpkg analyzer Alfredo Deza 2020-05-19 09:08:31 -04:00
  • 5bc17310b6 update dependencies Alfredo Deza 2020-05-19 09:07:34 -04:00
  • fa08a8fe6f create a package to place analyzer metadata Alfredo Deza 2020-05-19 09:06:02 -04:00
  • d56d157e90 create single dpkg bufio reader Alex Goodman 2020-05-16 07:59:34 -04:00
  • 09cf5b9862 update go.mod and go.sum Alfredo Deza 2020-05-15 16:44:25 -04:00
  • e9373eac96 initial implementation of dpkg parser Alfredo Deza 2020-05-15 16:44:01 -04:00
  • 45a3f6354f
    Merge pull request #20 from anchore/add-analysis-driver-logic Alex Goodman 2020-05-18 13:16:50 -04:00
  • 1342cc5b06
    add analysis coordination (with dummy analyzer) Alex Goodman 2020-05-18 11:59:33 -04:00
  • 4cbed05358
    sync linting options with stereoscope Alex Goodman 2020-05-18 09:46:48 -04:00
  • 44d081040f
    Merge pull request #18 from anchore/add-analyzer-base Alex Goodman 2020-05-14 10:10:25 -04:00
  • 3c0ef63dee
    Merge pull request #16 from anchore/add-scope Alex Goodman 2020-05-14 10:10:14 -04:00