Update Spring Boot to 3.3.6 and bump other dependencies (#586)
Update to Spring Boot 3.3.6 and Spring Cloud 2023.0.4 Updates to Spring Boot 3.3.6 Updates to Spring Framework 6.1.15 Updates to Spring Cloud 2023.0.4 Updates to Spring Cloud Stream 4.1.4 Updates to Spring Cloud Starters 4.1.5 Updates to Spring Cloud Functions 4.1.4 Updates to Spring Functions Catalog 5.0.1 Remove jetbrains NotNull annotation. Updated trivy scan to skip sarif Updated trivy install to 0.57.1
This commit is contained in:
committed by
GitHub
parent
262fbbbadc
commit
e4231b0f4e
2
.github/actions/install-trivy/action.yml
vendored
2
.github/actions/install-trivy/action.yml
vendored
@@ -7,4 +7,4 @@ runs:
|
||||
- name: 'Install Trivy'
|
||||
shell: bash
|
||||
run: |
|
||||
curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.50.1
|
||||
curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.57.1
|
||||
|
||||
Reference in New Issue
Block a user