From 457e9cab2ae1ed902ad18edaf5d70fa73640a4fe Mon Sep 17 00:00:00 2001 From: Thomas Risberg Date: Sun, 27 Mar 2022 11:26:11 -0400 Subject: [PATCH] Switch from spring-boot-starter-webflux to spring-boot-starter-web (#4) * Switch from spring-boot-starter-webflux to spring-boot-starter-web * Upadate dependencies, enable grype scan on PR --- .github/workflows/code-scan.yml | 5 +++++ pom.xml | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-scan.yml b/.github/workflows/code-scan.yml index 7930a49..4643812 100644 --- a/.github/workflows/code-scan.yml +++ b/.github/workflows/code-scan.yml @@ -1,6 +1,11 @@ name: "Scan" on: + push: + branches: [ main ] + pull_request: + # The branches below must be a subset of the branches above + branches: [ main ] schedule: - cron: '30 4 * * *' workflow_dispatch: diff --git a/pom.xml b/pom.xml index 831b5c5..07d4130 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.6.4 + 2.6.5 com.example @@ -18,6 +18,7 @@ 11 2021.0.1 0.11.3 + 2.13.2.20220324 @@ -34,7 +35,7 @@ org.springframework.boot - spring-boot-starter-webflux + spring-boot-starter-web org.springframework.cloud