Skip to content

Commit

Permalink
Update tomcat and action resources
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Aufart <maufart@redhat.com>
  • Loading branch information
aufi committed Aug 31, 2023
1 parent eced84f commit d133de7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,18 @@ on:

jobs:
tests:
#runs-on: ubuntu-latest
runs-on: self-hosted
runs-on: ubuntu-latest
#runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: start-minikube
uses: konveyor/tackle2-operator/.github/actions/start-minikube@main
with:
container-runtime: containerd
driver: podman
cpus: 4
memory: 10000M
memory: 6400M
#container-runtime: containerd
#driver: podman
#cpus: 4
#memory: 10000M
- name: install-tackle
uses: konveyor/tackle2-operator/.github/actions/install-tackle@main
- uses: actions/setup-go@v3
Expand Down
16 changes: 8 additions & 8 deletions analysis/tc_tomcat.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@ var Tomcat = TC{
Effort: 2,
Issues: []api.Issue{
{
Category: "mandatory",
Category: "mandatory",
Description: "Hardcoded IP Address\nWhen migrating environments, hard-coded IP addresses may need to be modified or eliminated.",
Effort: 1,
RuleSet: "discovery-rules",
Rule: "hardcoded-ip-address",
Effort: 1,
RuleSet: "discovery-rules",
Rule: "hardcoded-ip-address",
Incidents: []api.Incident{
{
File: "/addon/source/example-applications/example-1/target/classes/persistence.properties",
Line: 0,
File: "/addon/source/example-applications/example-1/src/main/resources/persistence.properties",
Line: 0,
Message: "When migrating environments, hard-coded IP addresses may need to be modified or eliminated.",
},
{
File: "/addon/source/example-applications/example-1/src/main/resources/persistence.properties",
Line: 0,
File: "/addon/source/example-applications/example-1/target/classes/persistence.properties",
Line: 0,
Message: "When migrating environments, hard-coded IP addresses may need to be modified or eliminated.",
},
},
Expand Down

0 comments on commit d133de7

Please sign in to comment.