diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml
new file mode 100644
index 000000000..42e0d35be
--- /dev/null
+++ b/.github/workflows/trivy.yml
@@ -0,0 +1,10 @@
+name: build
+on:
+ pull_request:
+jobs:
+ build:
+ name: Security Check
+ runs-on: ubuntu-latest
+ steps:
+ - name: Run Trivy Security check on Repository
+ uses: it-at-m/lhm_actions/action-templates/actions/action-trivy@12966547963631f8429d42bab860485b413003c2
diff --git a/.trivyignore b/.trivyignore
new file mode 100644
index 000000000..e69de29bb
diff --git a/refarch-backend/pom.xml b/refarch-backend/pom.xml
index 71badc186..27dfca3e9 100644
--- a/refarch-backend/pom.xml
+++ b/refarch-backend/pom.xml
@@ -252,6 +252,12 @@
commons-io
${commons-io.version}
+
+ org.apache.commons
+ commons-lang3
+ 3.18.0
+ compile
+
diff --git a/refarch-eai/pom.xml b/refarch-eai/pom.xml
index 4dba84f32..bc40ec28a 100644
--- a/refarch-eai/pom.xml
+++ b/refarch-eai/pom.xml
@@ -6,7 +6,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.5.4
+ 3.5.10
@@ -46,7 +46,7 @@
${java.version}
- 4.14.5
+ 4.18.0
3.2.1