I’ve stripped my config.yml back to only this (which is straight from the Orb’s documentation):
version: 2.1
orbs:
anchore-engine: anchore/anchore-engine@1.1.0
workflows:
scan_image:
jobs:
- anchore/image_scan:
image_name: 'docker.io/anchore/anchore-engine:latest'
I receive a Config Processing Error : Cannot find orb ‘anchore’ looking for job named 'anchore/image_scan’
I have used other Orbs without issue. I have set my security so that I could use partner Orbs.
Hoping someone can help. Thanks