File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 4040 - name : Build with Gradle
4141 uses : hypertrace/github-actions/gradle@main
4242 with :
43- args : dockerBuildImages
43+ args : dockerBuildImages
44+
45+ - name : Scan docker image
46+ uses : azure/container-scan@v0.1
47+ with :
48+ image-name : hypertrace/java:11
49+ env :
50+ DOCKLE_HOST : " unix:///var/run/docker.sock"
51+ continue-on-error : true
52+
53+ - name : Scan docker image
54+ uses : azure/container-scan@v0.1
55+ with :
56+ image-name : hypertrace/java:14
57+ env :
58+ DOCKLE_HOST : " unix:///var/run/docker.sock"
59+ continue-on-error : false
Original file line number Diff line number Diff line change 11plugins {
2- id(" org.hypertrace.docker-publish-plugin" ) version " 0.9.0 " apply false
2+ id(" org.hypertrace.docker-publish-plugin" ) version " 0.9.4 " apply false
33}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 id(" org.hypertrace.docker-publish-plugin" )
33}
44
5- var javaVersion = " 11.0.13 -11.52.13 "
5+ var javaVersion = " 11.0.15 -11.56.19 "
66
77hypertraceDocker {
88 defaultImage {
You can’t perform that action at this time.
0 commit comments