Skip to content
Snippets Groups Projects

Draft: CG Vulnerability for Woodstox - CVE-2022-40151

Closed Daniel Scholl (MS] requested to merge pbi28489 into azure/m16-master
115 files
+ 1497
765
Compare changes
  • Side-by-side
  • Inline
Files
115
apiVersion: v1
kind: Pod
metadata:
name: "{{ include "common.fullname" . }}-test-connection"
labels:
{{- include "common.labels" . | nindent 4 }}
annotations:
"helm.sh/hook": test
spec:
containers:
- name: wget
image: busybox
command: ['wget']
args: ['{{ include "common.fullname" . }}:{{ .Values.service.port }}']
restartPolicy: Never
Loading