Skip to content

Commit

Permalink
removing testcase that finds the target, because we no longer create …
Browse files Browse the repository at this point in the history
…it by default
  • Loading branch information
shawn-hurley committed Mar 11, 2024
1 parent c5e0436 commit 1cf7e47
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions analysis/tc_tackle_testapp_public.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var TackleTestappPublic = TC{
},
Identities: []api.Identity{},
Analysis: api.Analysis{
Effort: 9,
Effort: 8,
Issues: []api.Issue{
{
Category: "mandatory",
Expand All @@ -35,12 +35,6 @@ var TackleTestappPublic = TC{
RuleSet: "discovery-rules",
Rule: "hardcoded-ip-address",
Incidents: []api.Incident{
{
File: "/addon/source/tackle-testapp-public/target/classes/persistence.properties",
Line: 2,
Message: "When migrating environments, hard-coded IP addresses may need to be modified or eliminated.",
CodeSnip: "jdbc.url=jdbc:oracle:thin:@10.19.2.93:15",
},
{
File: "/addon/source/tackle-testapp-public/src/main/resources/persistence.properties",
Line: 2,
Expand Down

0 comments on commit 1cf7e47

Please sign in to comment.