mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
Remove and update TODOs (#194)
* Remove and update TODOs Signed-off-by: Dan Luhring <dan.luhring@anchore.com> * Update TODO with link Signed-off-by: Dan Luhring <dan.luhring@anchore.com>
This commit is contained in:
parent
b5ce187ba7
commit
b6dfdf16b6
@ -1,4 +1,3 @@
|
||||
<?jelly escape-by-default='true'?>
|
||||
<div>
|
||||
TODO
|
||||
</div>
|
||||
|
||||
@ -8,8 +8,6 @@ import (
|
||||
"github.com/anchore/syft/internal/log"
|
||||
)
|
||||
|
||||
// TODO: add reader methods (by type, id, fuzzy search, etc)
|
||||
|
||||
var nextPackageID int64
|
||||
|
||||
// Catalog represents a collection of Packages.
|
||||
|
||||
@ -93,7 +93,7 @@ func TestTextImgPresenter(t *testing.T) {
|
||||
})
|
||||
|
||||
// stub out all the digests so that they don't affect tests comparisons
|
||||
// TODO: update with go-testutils feature when issue #1 is resolved
|
||||
// TODO: update with stereoscope test utils feature when this issue is resolved: https://github.com/anchore/stereoscope/issues/43
|
||||
for _, l := range img.Layers {
|
||||
l.Metadata.Digest = "sha256:ad8ecdc058976c07e7e347cb89fa9ad86a294b5ceaae6d09713fb035f84115abf3c4a2388a4af3aa60f13b94f4c6846930bdf53"
|
||||
}
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -eu
|
||||
|
||||
# TODO: add "alpine:3.12.0" back
|
||||
# TODO: Add "alpine:3.12.0" back in when we've figured out how to handle the apk version field w/ and w/o release information (see issue: https://github.com/anchore/syft/pull/195)
|
||||
images=("debian:10.5" "centos:8.2.2004")
|
||||
|
||||
# gather all image analyses
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user