File tree 5 files changed +17
-7
lines changed
5 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 56
56
ignore-unfixed : true
57
57
severity : ' CRITICAL,HIGH'
58
58
exit-code : 1
59
+ trivyignores : .trivyignore
59
60
- name : ' Scanned'
60
61
shell : bash
61
62
run : echo "::info ::Scanned"
Original file line number Diff line number Diff line change
1
+ ################################
2
+ ## From debezium-supplier
3
+ ################################
4
+ CVE-2023-1428
5
+ CVE-2023-32731
6
+
7
+ ################################
8
+ # Snakeyaml 1.3.3
9
+ # SCDF usage has been mitigated.
10
+ ################################
1
11
CVE-2022-1471
2
- CVE-2016-1000027
12
+
13
+ ################################
14
+ # Spring Web 5.3.x
15
+ # SCDF not affected.
16
+ ################################
17
+ CVE-2016-1000027
Original file line number Diff line number Diff line change 14
14
<relativePath >../../stream-applications-core/pom.xml</relativePath >
15
15
</parent >
16
16
17
- <properties >
18
- <apache-ivy .version>2.5.1</apache-ivy .version>
19
- </properties >
20
-
21
17
<dependencies >
22
18
23
19
<dependency >
Original file line number Diff line number Diff line change 17
17
<properties >
18
18
<jruby-complete .version>9.3.9.0</jruby-complete .version>
19
19
<jython-standalone .version>2.7.3</jython-standalone .version>
20
- <apache-ivy .version>2.5.1</apache-ivy .version>
21
20
<graalvm .version>22.3.0</graalvm .version>
22
21
</properties >
23
22
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ SCDIR=$(realpath $SCDIR)
4
4
if [[ " $1 " != * " -sources.jar" ]] && [[ " $1 " != * " -javadoc.jar" ]]; then
5
5
if [ " $TRIVY_UPLOAD " == " true" ]; then
6
6
echo " Scanning:$1 "
7
- echo " trivy rootfs --format sarif -o \" $1 .sarif\" \" $1 \" "
8
7
trivy rootfs --exit-code 1 --format sarif -o " $1 .sarif" " $1 "
9
8
if [ -f " $1 .sarif" ]; then
10
9
if [ -f $SCDIR /runs.sarif ]; then
You can’t perform that action at this time.
0 commit comments