File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 44 branches :
55 - main
66 pull_request_target :
7- branches :
7+ branches :
88 - main
99
1010jobs :
@@ -24,16 +24,17 @@ jobs:
2424 with :
2525 username : ${{ secrets.DOCKERHUB_READ_USER }}
2626 password : ${{ secrets.DOCKERHUB_READ_TOKEN }}
27-
27+
2828 - name : Build with Gradle
2929 uses : hypertrace/github-actions/gradle@main
30- with :
30+ with :
3131 args : assemble dockerBuildImages
3232
3333 - name : Run Trivy vulnerability scanner
3434 uses : hypertrace/github-actions/trivy-image-scan@main
3535 with :
3636 image : hypertrace/attribute-service
37+ output-mode : github
3738
3839 validate-helm-charts :
3940 runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change 1+ # openssl
2+ CVE-2023-0464 exp:2023-05-01
Original file line number Diff line number Diff line change 5757 {{- with .Values.topologySpreadConstraints }}
5858 topologySpreadConstraints :
5959 {{- toYaml . | nindent 8}}
60+ {{- end }}
61+ {{- with .Values.securityContext }}
62+ securityContext :
63+ {{- toYaml . | nindent 8 }}
6064 {{- end }}
6165 containers :
6266 - name : {{ .Chart.Name }}
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ affinity: {}
2626
2727topologySpreadConstraints : []
2828
29+ securityContext : {}
30+
2931javaOpts : " -XX:InitialRAMPercentage=50.0 -XX:MaxRAMPercentage=75.0 -XX:MaxDirectMemorySize=128M -XX:+ExitOnOutOfMemoryError"
3032
3133livenessProbe :
You can’t perform that action at this time.
0 commit comments