mirror of
https://github.com/anchore/syft
synced 2024-11-10 06:14:16 +00:00
fix wget version ref
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
This commit is contained in:
parent
4f7f7ccc18
commit
c1b189b948
2 changed files with 2 additions and 9 deletions
7
.github/workflows/validations.yaml
vendored
7
.github/workflows/validations.yaml
vendored
|
@ -104,13 +104,6 @@ jobs:
|
|||
- name: Run integration tests
|
||||
run: make integration
|
||||
|
||||
- name: Upload test fixture cache artifact
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: test-fixture-cache
|
||||
path: cmd/syft/internal/test/integration/test-fixtures/cache/stereoscope-fixture-image-vertical-package-dups-*
|
||||
|
||||
|
||||
Build-Snapshot-Artifacts:
|
||||
name: "Build snapshot artifacts"
|
||||
|
|
|
@ -31,7 +31,7 @@ func TestPackageDeduplication(t *testing.T) {
|
|||
"basesystem-11-13.el9": 5, // in all layers
|
||||
"curl-minimal-7.76.1-26.el9_3.2.0.1": 2, // base + wget layer
|
||||
"curl-minimal-7.76.1-29.el9_4.1": 3, // curl upgrade layer + all above layers
|
||||
"wget-1.21.1-7.el9": 4, // wget + all above layers
|
||||
"wget-1.21.1-8.el9_4": 4, // wget + all above layers
|
||||
"vsftpd-3.0.5-5.el9": 2, // vsftpd + all above layers
|
||||
"httpd-2.4.57-11.el9_4.1": 1, // last layer
|
||||
},
|
||||
|
@ -49,7 +49,7 @@ func TestPackageDeduplication(t *testing.T) {
|
|||
locationCount: map[string]int{
|
||||
"basesystem-11-13.el9": 1,
|
||||
"curl-minimal-7.76.1-29.el9_4.1": 1, // upgrade
|
||||
"wget-1.21.1-7.el9": 1,
|
||||
"wget-1.21.1-8.el9_4": 1,
|
||||
"vsftpd-3.0.5-5.el9": 1,
|
||||
"httpd-2.4.57-11.el9_4.1": 1,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue