Created
January 6, 2022 14:14
-
-
Save flrichar/6fad4e5440c6f41788892c5e69528edd to your computer and use it in GitHub Desktop.
report scan on tls endpoints
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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