Summary Table
| Categories |
Total Count |
| PII |
0 |
| URL |
0 |
| DNS |
0 |
| EKL |
0 |
| IP |
0 |
| PORT |
0 |
| VsID |
0 |
| CF |
0 |
| AI |
0 |
| VPD |
0 |
| PL |
0 |
| Other |
0 |
File Content
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
kompose.cmd: kompose convert -f docker-compose-fortify.yml
kompose.version: 1.16.0 (0c01309)
creationTimestamp: null
labels:
io.kompose.service: fortify-sca
name: fortify-sca
spec:
replicas: 1
strategy:
type: Recreate
template:
metadata:
creationTimestamp: null
labels:
io.kompose.service: fortify-sca
spec:
containers:
- args:
- /root/workspace/fortify/FortifyReportGenerator.sh
env:
- name: BUILD_NUMBER
- name: JOB_NAME
- name: WORKSPACE
image: /centos7-fortify16.11:build-01
name: fortify-16.11-scan
resources: {}
volumeMounts:
- mountPath: /root/workspace
name: fortify-sca-claim0
restartPolicy: Always
volumes:
- name: fortify-sca-claim0
persistentVolumeClaim:
claimName: fortify-sca-claim0
status: {}