Coder Social home page Coder Social logo

anchore / circleci-orbs Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 5.0 86 KB

Repo for all Anchore circleci orb source code

Dockerfile 48.84% JavaScript 51.16%
anchore anchore-engine circleci-orb circleci-orbs container-security docker image-scanning vulnerability-scanner

circleci-orbs's Introduction

This repository is deprecated and no longer maintained.

If you're looking for a host-local container vulnerability scanner see our new projects:

Software Bill of Materials for Containers: Syft

Container Vulnerability Scanning: Grype

circleci-orbs's People

Contributors

btodhunter avatar emosbaugh avatar kyletryon avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

circleci-orbs's Issues

outdated vuln feed

CircleCI caches the inline-scan image rather then attempting to pull the latest image every run. This causes the vulnerability database to get out of date if the cache persists for longer then 2 days.

The orb should ensure it pulls the newest tag of specified inline-scan image version before every run.

Create new container-image-sbom orb using Syft

anchore/container-image-sbom : uses syft to build sbom of container image

Should support output format options that syft exposes: cyclonedx, json, text, table

Note: sbom = software bill of materials

policy_evaluation step fails with "Error: No such container: bash"

the following job fails with error Error: No such container: bash

  cve-scan:
    executor: anchore/anchore_engine
    environment:
      IMAGES: >-
        golang:1.14
    steps:
      - checkout
      - setup_remote_docker:
          docker_layer_caching: true
      - anchore/start_engine
      - anchore/add_private_regis
      - anchore/analyze_image:
          image_name: $IMAGES
      - anchore/policy_evaluation:
          image_name: $IMAGES
          policy_failure: true
          policy_bundle_file_path: .circleci/.anchore/policy_bundle.json
      - anchore/parse_reports
      - store_artifacts:
          path: anchore-reports

output from circleci

Error: No such container: bash
Failed to activate policy bundle .circleci/.anchore/policy_bundle.json - using default policy.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.