Skip to content

Commit

Permalink
👻 update for new ruleset changes
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Gaikwad <pgaikwad@redhat.com>
  • Loading branch information
pranavgaikwad committed Apr 18, 2024
1 parent b98c6f9 commit 560d936
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion analysis/tc_tackle_testapp_public_deps.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ var TackleTestappPublicWithDeps = TC{
{
File: "/cache/m2/io/konveyor/demo/configuration-utils/1.0.0/io/konveyor/demo/config/ApplicationConfiguration.java",
Line: 14,
Message: "\n An application running inside a container could lose access to a file in local storage",
Message: "An application running inside a container could lose access to a file in local storage",
},
},
},
Expand Down Expand Up @@ -569,6 +569,7 @@ var TackleTestappPublicWithDeps = TC{
{Name: "Micrometer", Category: api.Ref{Name: "Integration"}},
{Name: "Spring DI", Category: api.Ref{Name: "Inversion of Control"}},
{Name: "Spring Data JPA", Category: api.Ref{Name: "Persistence"}},
{Name: "JPA named queries", Category: api.Ref{Name: "Persistence"}},
{Name: "Properties", Category: api.Ref{Name: "Other"}},
{Name: "Spring Web", Category: api.Ref{Name: "Web"}},
{Name: "Spring DI", Category: api.Ref{Name: "Execute"}},
Expand All @@ -577,6 +578,7 @@ var TackleTestappPublicWithDeps = TC{
{Name: "Servlet", Category: api.Ref{Name: "Connect"}},
{Name: "Servlet", Category: api.Ref{Name: "Java EE"}},
{Name: "EJB XML", Category: api.Ref{Name: "Java EE"}},
{Name: "JPA named queries", Category: api.Ref{Name: "Java EE"}},
{Name: "Properties", Category: api.Ref{Name: "Sustain"}},
{Name: "Properties", Category: api.Ref{Name: "Embedded"}},
{Name: "Spring Web", Category: api.Ref{Name: "Embedded"}},
Expand All @@ -585,5 +587,6 @@ var TackleTestappPublicWithDeps = TC{
{Name: "Micrometer", Category: api.Ref{Name: "Embedded"}},
{Name: "Spring Web", Category: api.Ref{Name: "View"}},
{Name: "Spring Data JPA", Category: api.Ref{Name: "Store"}},
{Name: "JPA named queries", Category: api.Ref{Name: "Store"}},
},
}
3 changes: 3 additions & 0 deletions analysis/tc_tackle_testapp_public_package_filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ var TackleTestappPublicPackageFilter = TC{
{Name: "Properties", Category: api.Ref{Name: "Other"}},
{Name: "EJB XML", Category: api.Ref{Name: "Java EE"}},
{Name: "Servlet", Category: api.Ref{Name: "Java EE"}},
{Name: "JPA named queries", Category: api.Ref{Name: "Java EE"}},
{Name: "JPA named queries", Category: api.Ref{Name: "Persistence"}},
{Name: "JPA named queries", Category: api.Ref{Name: "Store"}},
{Name: "Servlet", Category: api.Ref{Name: "Connect"}},
{Name: "Properties", Category: api.Ref{Name: "Sustain"}},
{Name: "EJB XML", Category: api.Ref{Name: "Connect"}},
Expand Down

0 comments on commit 560d936

Please sign in to comment.