Performance-Based Question — Gitlab CI/CD Security

Instructions: Based on the scenario, use the dropdown selectors to fill in the GitLab CI/CD configuration commands and answer the questions, then use the checkboxes on the right to select the appropriate OWASP security measures to implement secure proprietary code for IT-Master.
0 / 10 answered
Gitlab Continuous Integration YAML Config
Build:
image: docker:latest
stage: build
services:
- docker:dind
variables:
IMAGE: $CI_REGISTRY_IMAGE/$CI_COMMIT_REF_SLUG:
script:
- docker info
- docker login -u "$CI_REGISTRY_USER"
- docker build -t $IMAGE .
- docker push $IMAGE
Include:
template: 
Variables:
CS_DOCKER_INSECURE: 
CS_REGISTRY_INSECURE: 
 :
# Known vulnerabilities to suppress:
CVE-2014-8166: cups
CVE-2017-18248: cups

Which security protocol would provide the maximum security benefit for communication between microservices?

How can assurance be provided to future users that they are using a legitimate copy of the software?

OWASP Secure Coding Practices
Select appropriate security measures to implement secure proprietary code.
Data Protection:
Logging:
Database Security:
🎟️ CompTIA Exam Voucher @ IT-Master — Get Yours Now