Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

check-vulnerabilities: Stop whitelisting some images that just need pulling down first #1133

Merged
merged 1 commit into from
May 7, 2020

Conversation

Krenair
Copy link
Contributor

@Krenair Krenair commented May 6, 2020

This is to work around trivy being unwilling to work with their seemingly
broken responses, see aquasecurity/trivy#401 (comment)

This begins vulnerability checking on the following containers:
quay.io/bitnami/sealed-secrets-controller:v0.7.0
quay.io/calico/node:v3.8.1
quay.io/open-policy-agent/gatekeeper:v3.0.4-beta.1
quay.io/kiali/kiali:v1.9

This involves making the container privileged and running dockerd. This sounds scary so someone should check all the implications of this.

@Krenair Krenair requested review from chrisfarms and blairboy362 May 6, 2020 10:59
…ulling down first

This is to work around trivy being unwilling to work with their seemingly
broken responses, see aquasecurity/trivy#401 (comment)

This begins vulnerability checking on the following containers:
quay.io/bitnami/sealed-secrets-controller:v0.7.0
quay.io/calico/node:v3.8.1
quay.io/open-policy-agent/gatekeeper:v3.0.4-beta.1
quay.io/kiali/kiali:v1.9

This involves making the container privileged and running dockerd.
@Krenair Krenair force-pushed the check-vulns-quay-2 branch from d303650 to 9931bfc Compare May 6, 2020 11:01
Copy link
Contributor

@chrisfarms chrisfarms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well that is unfortunate ... I don't see any big issue with using privileged here (other than complexity and potential flakeyness of running dockerd as a background job without supervision). There are still plenty of other docker-image containers using privileged to run dockerd. It does mean it's "one more thing" to sort out the day we want to make concourse privileged-free.

@Krenair Krenair merged commit 953627b into master May 7, 2020
@Krenair Krenair deleted the check-vulns-quay-2 branch May 7, 2020 10:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants