ci-tools icon indicating copy to clipboard operation
ci-tools copied to clipboard

Contains scripts for running anchore engine in CI pipelines

Results 9 ci-tools issues
Sort by recently updated
recently updated
newest added

The problem --- When running in GitLab CI there - anchore_ci_tools.py -a -r --timeout 500 --image $CI_REGISTRY/hello-world:v1.99.99 ERROR executing script - Exception: [Errno 13] Permission denied: 'anchore-reports/hello-world_v1.99.99-content-os.json' Environment --- GitLab...

Followup on #9 The problem --- When I try to use the -b flag to point to a policy bundle I get an error that makes me think it doesn't...

The problem --- Not a problem but a feature request. it would be very helpful to be able to get detailed json output from policy evaluation from anchore-inline as well...

inline_scan script has some output that does not need to be shown all the time. Update the script to only show important output unless the verbose option is specified. Also,...

Same as the anchore-cli with the `non-os `option, it will be amazing if the same option was available for inline scan. I hope it will be possible. Regards !

The problem --- With the anchore-engine, users can customize the analyzer_config.yaml file to do additional regex search patterns. Will anchore-inline support this feature as well? Environment --- Details --- Actual...

The problem --- Some change has precluded the loading of custom policy (policy.json) for inline scan. only output i receive "Unable to activate policy bundle - /anchore-engine/policy.json -- using default...

The problem --- When I specify a path to a policy bundle using the `policy_bundle_file_path` param, I get "Failed to activate policy bundle" even though the policy bundle file is...

The problem --- When running in GitLab CI there ``` $ anchore_ci_tools.py -a -r --timeout 500 --image $IMAGE_COMMIT /usr/bin/env: python3: No such file or directory ``` Environment --- GitLab Ci...