File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,6 @@ jobs:
132132
133133 - name : Run Trivy vulnerability scanner on Java dependencies
134134 uses : aquasecurity/trivy-action@master
135- continue-on-error : true
136135 with :
137136 scan-type : ' fs'
138137 scan-ref : ' ./backend'
@@ -174,7 +173,6 @@ jobs:
174173
175174 - name : Run Trivy vulnerability scanner for the entire image artifact
176175 uses : aquasecurity/trivy-action@master
177- continue-on-error : true
178176 with :
179177 image-ref : localbuild/backend:${{ env.TAG }}
180178 severity : ' HIGH,CRITICAL'
Original file line number Diff line number Diff line change 3333 <dependency >
3434 <groupId >org.apache.logging.log4j</groupId >
3535 <artifactId >log4j-core</artifactId >
36- <version >2.14.0</version > <!-- vulnerable: CVE-2021-44228 (Log4Shell) -->
36+ <version >2.14.0</version >
3737 </dependency >
3838
3939
You can’t perform that action at this time.
0 commit comments