Skip to content

Commit

Permalink
avoid checking for sbom on a package that does not have one
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <[email protected]>
  • Loading branch information
AustinAbro321 committed Feb 24, 2025
1 parent ad81be6 commit dacab37
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/e2e/29_config_file_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ func TestConfigFileCreate(t *testing.T) {
require.NoError(t, err)
require.Equal(t, "This is a zebra and they have stripes", pkgLayout.Pkg.Components[1].Description)
require.Equal(t, "This is a leopard and they have spots", pkgLayout.Pkg.Components[2].Description)
_, err = pkgLayout.GetSBOM(t.TempDir())
require.NoError(t, err)

_, _, err = e2e.Zarf(t, "package", "deploy", tarPath, "--confirm")
require.NoError(t, err)
Expand Down

0 comments on commit dacab37

Please sign in to comment.