Skip to content

ctc-oss/anchore-policy-sidecar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anchore policy sidecar (psc)

IMPORTANT NOTE

As of 2023, Anchore Engine is no longer maintained. There will be no future versions released. Users are advised to use Syft and Grype.

Docs

policy automation through gitops

A sidecar operator that schedules policy generation from git managed metadata and applies as an anchore policy.

modes

  • Ref: run once against a specified ref and then terminate
  • Branch: run once against a branch ref and then continue to poll for additional commits to the branch

versioning

  • Policy Bundle id is set using the git commit id
  • Whitelist id is set using the git commit id
  • Version fields on objects are API version and not related to git commit id

dev

see the hack directory for helpers

deploy to Microk8s

uK8s=1 sbt docker:publish

k apply -f k8s.yml

clean up

k delete all -l app=anchore-w-sidecar

anchore api models

the anchore api models were generated with sbt-swagger-codegen with some hand tuning / pruning

libraries

reference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published