Projects STRLCPY grype Commits c0c6e097
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    go.mod
    skipped 52 lines
    53 53  require (
    54 54   github.com/anchore/go-logger v0.0.0-20220728155337-03b66a5207d8
    55 55   github.com/anchore/sqlite v1.4.6-0.20220607210448-bcc6ee5c4963
    56  - github.com/anchore/syft v0.81.0
     56 + github.com/anchore/syft v0.81.1-0.20230519212627-844787febf1f
    57 57   github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
    58 58   github.com/mitchellh/mapstructure v1.5.0
    59 59  )
    skipped 141 lines
  • ■ ■ ■ ■ ■ ■
    go.sum
    skipped 242 lines
    243 243  github.com/anchore/sqlite v1.4.6-0.20220607210448-bcc6ee5c4963/go.mod h1:AVRyXOUP0hTz9Cb8OlD1XnwA8t4lBPfTuwPHmEUuiLc=
    244 244  github.com/anchore/stereoscope v0.0.0-20230508133058-5543439b749f h1:wiWDirrn2a4gT2TfFeGb5zqFjKoEy3Hx+K8u8lReHzY=
    245 245  github.com/anchore/stereoscope v0.0.0-20230508133058-5543439b749f/go.mod h1:2GGFHkHry/xDlEQgBrVGcarq+z7Z6hLnHdyhcKB2lfQ=
    246  -github.com/anchore/syft v0.81.0 h1:J8IdsmQQWWlpGQuuM8Cktvxqxhq5CFJbA2FMgHAJB00=
    247  -github.com/anchore/syft v0.81.0/go.mod h1:Uw5lOR89QheYGPHHAxr6YIqF6w6NkoCbX7N2zryV6Hc=
     246 +github.com/anchore/syft v0.81.1-0.20230519212627-844787febf1f h1:Q2kL5Usjs1TiX9tvVS5F3vVQ0RUSJR+zXkGgpMVLwfo=
     247 +github.com/anchore/syft v0.81.1-0.20230519212627-844787febf1f/go.mod h1:Uw5lOR89QheYGPHHAxr6YIqF6w6NkoCbX7N2zryV6Hc=
    248 248  github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883/go.mod h1:rCTlJbsFo29Kk6CurOXKm700vrz8f0KW0JNfpkRJY/8=
    249 249  github.com/andybalholm/brotli v1.0.1/go.mod h1:loMXtMfwqflxFJPmdbJO0a3KNoPuLBgiu3qAvBg8x/Y=
    250 250  github.com/andybalholm/brotli v1.0.4 h1:V7DdXeJtZscaqfNuAdSRuRFzuiKlHSC/Zh3zl9qY3JY=
    skipped 1329 lines
  • ■ ■ ■ ■
    test/quality/.yardstick.yaml
    skipped 66 lines
    67 67   
    68 68   - name: syft
    69 69   # note: we want to use a fixed version of syft for capturing all results (NOT "latest")
    70  - version: v0.74.1
     70 + version: extract-go-binary-versions-from-known-build-flags
    71 71   produces: SBOM
    72 72   refresh: false
    73 73   
    skipped 8 lines
Please wait...
Page is in error, reload to recover