Skip to content

Commit

Permalink
fixing test effort when we remove false postives (#146)
Browse files Browse the repository at this point in the history
Signed-off-by: Shawn Hurley <shawn@hurley.page>
  • Loading branch information
shawn-hurley authored Jul 3, 2024
1 parent 4e334ac commit 4bbf075
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions analysis/tc_acmeair_webapp_upload_binary.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var AcmeairWebapp = TC{
Binary: true,
Artifact: "/binary/acmeair-webapp-1.0-SNAPSHOT.war",
Analysis: api.Analysis{
Effort: 36,
Effort: 13,
Issues: []api.Issue{
{
Category: "mandatory",
Expand All @@ -33,7 +33,7 @@ var AcmeairWebapp = TC{
Name: "asm.asm",
Version: "3.3.1",
Provider: "java",
SHA: "1d5f20b4ea675e6fab6ab79f1cd60ec268ddc015",
SHA: "1d5f20b4ea675e6fab6ab79f1cd60ec268ddc015",
Labels: []string{"konveyor.io/dep-source=open-source", "konveyor.io/language=java"},
},
{
Expand Down Expand Up @@ -91,10 +91,10 @@ var AcmeairWebapp = TC{
Labels: []string{"konveyor.io/dep-source=open-source", "konveyor.io/language=java"},
},
{
Provider: "java",
Name: "net.wasdev.wlp.sample.acmeair-services-jpa",
Version: "1.0-SNAPSHOT",
Labels: []string{"konveyor.io/dep-source=open-source", "konveyor.io/language=java"},
Provider: "java",
Name: "net.wasdev.wlp.sample.acmeair-services-jpa",
Version: "1.0-SNAPSHOT",
Labels: []string{"konveyor.io/dep-source=open-source", "konveyor.io/language=java"},
},
{
Name: "cglib.cglib",
Expand Down
2 changes: 1 addition & 1 deletion analysis/tc_tackle_testapp_public_deps.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var TackleTestappPublicWithDeps = TC{

},
Analysis: api.Analysis{
Effort: 2,
Effort: 1,
Issues: []api.Issue{
{
Category: "mandatory",
Expand Down

0 comments on commit 4bbf075

Please sign in to comment.