Skip to content

Instantly share code, notes, and snippets.

@flrichar
Created January 6, 2022 14:14
Show Gist options
  • Select an option

  • Save flrichar/6fad4e5440c6f41788892c5e69528edd to your computer and use it in GitHub Desktop.

Select an option

Save flrichar/6fad4e5440c6f41788892c5e69528edd to your computer and use it in GitHub Desktop.
report scan on tls endpoints
apiVersion: v1
kind: Pod
metadata:
name: tls-reports
spec:
containers:
- name: tls-reporter
image: drwetter/testssl.sh
command:
- /usr/local/bin/testssl.sh
args: [ --parallel,--color=0,--hints, kubernetes ]
restartPolicy: Never
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment