Jeff Cook

Results 23 comments of Jeff Cook

I have a work around. Just run it twice and ignore errors for the first run. I don't like it, but it did get my YAML file with the correct...

Still an issue with `python-gitlab==3.2.0` (gitlab.com) GitLab Enterprise Edition 14.9.0-pre.

Found something interesting when updating the value you use `container_expiration_policy_attributes` instead of `container_expiration_policy`. But when you read it is `container_expiration_policy`.

> Found something interesting when updating the value you use `container_expiration_policy_attributes` instead of `container_expiration_policy`. > > But when you read it is `container_expiration_policy`. I did test setting `container_expiration_policy_attributes` with `python-gitlab==3.2.0`...

The project I'm working with right now has the following types as found by syft. ``` "deb" "egg" "java-archive" "python-requirements" "wheel" ``` There are no licenses keys in the json...

This would be a great addition to the inline tool.

I would like to see it as an option for the following. ``` anchore-cli image get docker.io/library/debian:latest anchore-cli image vuln docker.io/library/debian:latest os anchore-cli evaluate check docker.io/library/debian:latest --detail anchore-cli image content...

The GitLab UI will not show the properties of the JUnit report. So if that is the target there is no need. Include everything in the message. It is nice...

I get a similar error when I start the container. ```` 22:59:42.454Z ERROR elastalert-server: ProcessController: Traceback (most recent call last): File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main 22:59:42.457Z ERROR elastalert-server: ProcessController:...

I'm currently testing a docker image with clair-scanner for pipeline use. I added it to the arminc/clair-local-scan image. This will allow the image to run the Clair server, while the...