Skip to content

Commit

Permalink
fix wget version ref
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <[email protected]>
  • Loading branch information
wagoodman committed Sep 6, 2024
1 parent 4f7f7cc commit c1b189b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/validations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand All @@ -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,
},
Expand Down

0 comments on commit c1b189b

Please sign in to comment.