Eric Smalling

Results 21 issues of Eric Smalling

Running in a closed network fails because updates.jenkins-ci.org is not available behind firewalls. As a work-around I probably can set a DNS or hosts entry to send to an internal...

enhancement

The first step of `install/goof_local.md` tells you to run `mongod &` which may not be installed on the user's machine.

**Description** With fresh docker-ce install to a new CentOS 8 vagrant based VM (VirtualBox on Mac) I am getting an error trying to pull the scan plugin version. **Steps to...

**Description** Running docker scan on an image with a lot of vulns the report is being truncated. **Steps to reproduce the issue:** 1. Create Dockerfile with base of `FROM node:6`...

**Description** Running an Ubuntu based Cloud9 IDE instance in us-east-1, upon installing latest docker-ce, running `docker scan --login` fails after clicking the Snyk web UI Authentication button. **Steps to reproduce...

Fixing #43 for k8s deployments where `runAsNotRoot:true` is required.

Seeing the following error on M1 based MacBook Pro where same commit works fine on an Intel based machine. ```bash > make images container image: kuard-build Building container image [+]...

The use of `USER nobody:nobody` in default image will cause a kublet startup failure if `runAsNonRoot:true` SecurityContext is applied or enforced via a PSP. ie from describe: ``` Warning Failed...

### What happened? otel has fixed a CVE in the otelhttp module in v0.44.0 https://security.snyk.io/vuln/SNYK-GOLANG-GOOPENTELEMETRYIOCONTRIBINSTRUMENTATIONNETHTTPOTELHTTP-5963583 ### What did you expect to happen? Latest otelhttp module is pulled by k/k ###...

kind/bug
sig/architecture
sig/security
needs-triage

Trying to build from main or `v0.3.5` tag, the parent pom.xml is trying to pull `https://github.com/riptano/collectd/releases/download/v${collectd.version}/insights-collectd-${collectd.version}.tar.gz` but that GitHub repo does not seem to exist any more.