mirror of
https://github.com/anchore/syft.git
synced 2026-02-12 02:26:42 +01:00
chore: update snippets to be managed by config
Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
This commit is contained in:
parent
2d52c78595
commit
49a57a0307
@ -1217,13 +1217,13 @@ func Test_Cataloger_PositiveCases(t *testing.T) {
|
||||
},
|
||||
},
|
||||
{
|
||||
logicalFixture: "qt/4.8.7/linux-amd64",
|
||||
logicalFixture: "qt/4.8.6/linux-amd64",
|
||||
expected: pkg.Package{
|
||||
Name: "qtbase",
|
||||
Version: "4.8.7",
|
||||
Version: "4.8.6",
|
||||
Type: "binary",
|
||||
PURL: "pkg:generic/qtbase@4.8.7",
|
||||
Locations: locations("libQtCore.so"),
|
||||
PURL: "pkg:generic/qtbase@4.8.6",
|
||||
Locations: locations("libQtCore.so.4.8.6"),
|
||||
Metadata: metadata("qt-qtbase-lib"),
|
||||
},
|
||||
},
|
||||
@ -1234,7 +1234,7 @@ func Test_Cataloger_PositiveCases(t *testing.T) {
|
||||
Version: "5.15.2",
|
||||
Type: "binary",
|
||||
PURL: "pkg:generic/qtbase@5.15.2",
|
||||
Locations: locations("libQt5Core.so"),
|
||||
Locations: locations("libQt5Core.so.5.15.2"),
|
||||
Metadata: metadata("qt-qtbase-lib"),
|
||||
},
|
||||
},
|
||||
@ -1245,7 +1245,7 @@ func Test_Cataloger_PositiveCases(t *testing.T) {
|
||||
Version: "6.5.0",
|
||||
Type: "binary",
|
||||
PURL: "pkg:generic/qtbase@6.5.0",
|
||||
Locations: locations("libQt6Core.so"),
|
||||
Locations: locations("libQt6Core.so.6.5.0"),
|
||||
Metadata: metadata("qt-qtbase-lib"),
|
||||
},
|
||||
},
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -924,3 +924,28 @@ from-images:
|
||||
platform: linux/amd64
|
||||
paths:
|
||||
- /usr/share/grafana/bin/grafana-server
|
||||
|
||||
# Qt Framework (https://www.qt.io/)
|
||||
- name: qt
|
||||
version: 6.5.0
|
||||
images:
|
||||
- ref: stateoftheartio/qt6:6.5-gcc-aqt@sha256:c0dfd1cd174d855f0157ce0455270b2ee49f5eea4c7a40ffe0e848d41ae4d074
|
||||
platform: linux/amd64
|
||||
paths:
|
||||
- /opt/Qt/6.5.0/gcc_64/lib/libQt6Core.so.6.5.0
|
||||
|
||||
- name: qt
|
||||
version: 5.15.2
|
||||
images:
|
||||
- ref: rabits/qt:5.15-desktop@sha256:8dd10b4fcdece7e329dd2b9db52dafcd6590940954bc36d5018567e850d9599c
|
||||
platform: linux/amd64
|
||||
paths:
|
||||
- /opt/Qt/5.15.2/gcc_64/lib/libQt5Core.so.5.15.2
|
||||
|
||||
- name: qt
|
||||
version: 4.8.6
|
||||
images:
|
||||
- ref: uvatbc/qt:qt4@sha256:9d6f18e000df14077f4c96e487fc84e02f1cef19c27f2a8f66f161b8a1ef6b06
|
||||
platform: linux/amd64
|
||||
paths:
|
||||
- /usr/lib/x86_64-linux-gnu/libQtCore.so.4.8.6
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user