Alfredo Deza
|
74d87254ed
|
integration: validate requirements.txt is picked up and parsed
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-21 15:49:19 -04:00 |
|
Alfredo Deza
|
50eae46d37
|
type: add PythonPkg types for requirements-based packages
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-21 15:49:19 -04:00 |
|
Alfredo Deza
|
f8a2b7a626
|
tests: verify requirements.txt captures versions
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-21 15:49:19 -04:00 |
|
Alfredo Deza
|
83056a4b6f
|
cataloger: add a requirements.txt parser
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-21 15:38:30 -04:00 |
|
Alfredo Deza
|
8747b68b86
|
cataloger: add a glob path for parsing requirements.txt
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-21 14:37:06 -04:00 |
|
Alex Goodman
|
7ebb9f4e0b
|
Add check for app update (#88)
* add check for app update; fix ETUI error handling
* validate user args
|
2020-07-21 12:02:03 -04:00 |
|
Alfredo Deza
|
380cd39514
|
Merge pull request #91 from anchore/issue-75
Recurse when creating a directory catalog
|
2020-07-21 11:26:03 -04:00 |
|
Alfredo Deza
|
cea38fcba3
|
cataloger: use ** for glob patterns
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-21 11:19:42 -04:00 |
|
Alfredo Deza
|
03bbcfa08d
|
cataloger: add ability to recurse with doublestar
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-21 11:10:02 -04:00 |
|
Alfredo Deza
|
942cd6eb18
|
dependencies: add doublestar for recursive globbing support
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-21 11:10:02 -04:00 |
|
Alfredo Deza
|
f02b8cc7bc
|
tests: use the catalog directly instead of via the presenters
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-21 11:10:02 -04:00 |
|
Alfredo Deza
|
fe15c0a08b
|
tests: remove dir_presenters, no longer needed
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-20 15:55:52 -04:00 |
|
Alex Goodman
|
4fa391b4cb
|
remove metadata from text presenter (#90)
|
2020-07-20 15:28:26 -04:00 |
|
Alex Goodman
|
9e285fd0e2
|
use common entry point for integration tests; refactor cmd pkg (#86)
|
2020-07-17 15:16:33 -04:00 |
|
Alfredo Deza
|
b5a353349f
|
Merge pull request #87 from anchore/unkown-distro
Add a helper function/constructor for an UnkownDistro
|
2020-07-17 13:54:14 -04:00 |
|
Alfredo Deza
|
b734623ef0
|
make: bump test coverage
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-17 13:32:53 -04:00 |
|
Alfredo Deza
|
0534a68ec6
|
tests for new Identify distro func
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-17 13:32:53 -04:00 |
|
Alfredo Deza
|
e2b71184aa
|
when no distros are matched, return an UnkownDistro
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-17 13:32:53 -04:00 |
|
Alfredo Deza
|
f51cae2043
|
distro: add new constructor for getting UnkownDistros
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-17 13:32:53 -04:00 |
|
Alfredo Deza
|
f03f7b32e9
|
Merge pull request #85 from anchore/issue-84
Remove carriage returns from distro files
|
2020-07-17 08:31:22 -04:00 |
|
Alfredo Deza
|
fb6bc116e0
|
tests: verify carriage returns are parsed in distro files
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-16 17:20:30 -04:00 |
|
Alfredo Deza
|
5edcae13b3
|
distro: remove unwanted chars from os distro files
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-16 17:19:57 -04:00 |
|
Alfredo Deza
|
aa0693bdc0
|
Merge pull request #83 from anchore/issue-82
Do not join paths when returning multiple file contents by ref
|
2020-07-16 14:36:30 -04:00 |
|
Alfredo Deza
|
a05d58686e
|
resolvers: do not join paths, it is assumed they are already joined
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-16 13:14:03 -04:00 |
|
Alfredo Deza
|
d82a0872c9
|
tests: verify MultipleFileContentsByRef gets contents from the right path
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-16 13:14:03 -04:00 |
|
Alfredo Deza
|
07b2a1da87
|
Merge pull request #76 from anchore/issue-73
Better abstraction for img/dir decision fork
|
2020-07-15 10:49:15 -04:00 |
|
Alfredo Deza
|
b457d4ebd2
|
tests: drop coverage requirement to 69% for now
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-15 10:15:58 -04:00 |
|
Alfredo Deza
|
d982ad6345
|
lib: implement a NewScope to produce scopes from inputs
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-15 10:15:58 -04:00 |
|
Alfredo Deza
|
b2c8685437
|
integration: use new constructor params for scope from images
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-15 10:15:58 -04:00 |
|
Alfredo Deza
|
f418c99a3b
|
remove old text support files
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-15 10:15:58 -04:00 |
|
Alfredo Deza
|
45b5fa82c8
|
presenters: abstract into text only
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-15 10:15:58 -04:00 |
|
Alfredo Deza
|
e7518ad998
|
tests: move img-based tests and fixtures
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-15 09:59:40 -04:00 |
|
Alfredo Deza
|
a6e1866cdb
|
cmd: do not default for images, handle it specifically
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-15 09:59:40 -04:00 |
|
Alfredo Deza
|
2f626bf9fd
|
directory resolver should join path and target directory for retrieving contents
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-15 09:59:40 -04:00 |
|
Alfredo Deza
|
429c28720c
|
integration: update tests to use scope instead of img directly
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-15 07:53:28 -04:00 |
|
Alfredo Deza
|
69b01caba7
|
update scope tests to use new generic scope
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-15 07:53:28 -04:00 |
|
Alfredo Deza
|
c56b82e529
|
resolvers: add a directory resolver
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-15 07:53:28 -04:00 |
|
Alfredo Deza
|
5cee2668e3
|
resolvers: satisfy interface with multiple file contents by ref
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-15 07:53:28 -04:00 |
|
Alfredo Deza
|
6e9171e8a6
|
presenter: use new scoped source
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-15 07:53:27 -04:00 |
|
Alfredo Deza
|
4b69758f2c
|
scope: create a new generic Resolver interface
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-15 07:53:27 -04:00 |
|
Alfredo Deza
|
b35a412467
|
scope: use a generic scope struct instead of specific to images
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-15 07:53:27 -04:00 |
|
Alfredo Deza
|
145bb95a2d
|
lib: use scope instead of requiring images
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-15 07:53:27 -04:00 |
|
Alfredo Deza
|
d22c1d0838
|
distro: identify uses the scope resolvers now, not images
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-15 07:53:27 -04:00 |
|
Alfredo Deza
|
923d220a90
|
controller: use new scope.Resolver interface
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-15 07:53:27 -04:00 |
|
Alfredo Deza
|
6cbf6d3409
|
cmd: do not pass img around, use scope
Signed-off-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-15 07:53:27 -04:00 |
|
Alex Goodman
|
66a16a67fd
|
Add support for detecting nested java archives (#77)
* with sb build app
* test nested jar support
* pin jdk version during parse test (but dont compare version)
|
2020-07-15 07:42:35 -04:00 |
|
Alex Goodman
|
e8d11eec69
|
add license validation (#80)
|
2020-07-13 13:07:20 -04:00 |
|
Alex Goodman
|
61f51d80bb
|
Add comparative analysis with anchore-engine (#78)
* add comparative analysis
* remove extra comma from compare script tuple
Co-authored-by: Alfredo Deza <adeza@anchore.com>
Co-authored-by: Alfredo Deza <adeza@anchore.com>
|
2020-07-13 12:12:00 -04:00 |
|
Alex Goodman
|
3f090f9647
|
fix java cache key for CI; fix circle docker api version (#79)
|
2020-07-13 12:11:11 -04:00 |
|
Alex Goodman
|
502e2afd06
|
fix linting issue
|
2020-07-10 07:45:13 -04:00 |
|