Git Product home page Git Product logo

diggity-action's Introduction

Diggity Github Action

A Github Action that utilizes Diggity to generate software bill-of-materials (SBOM).

Directory Scanning

name: Diggity Action
on: [push, pull_request]
jobs:
  diggity:
    runs-on: ${{matrix.os}}
    strategy:
      matrix:
        os: [ubuntu-latest] # can add more os: windows-latest, macOS-latest
    steps:
      - name: Run carbonetes/diggity # runs the github action of diggity
        uses: carbonetes/[email protected] # runs the github action using this version
        with: # user’s input reference for scanning options, results that diggity-action supported.
          directory: "." # path to directory to be scanned. Default option for scanning.
          output_type: json # desired output format (default table)
          enabled_parsers: apk,go # specified enabled parsers (default all)
          disable_file_listing: true #  disables file listing from package metadata (default false).
          disable_secret_search: true #  disables secret search (default false).
          secret_exclude_filenames: filename_1,filename_2 # exclude secret searching for each specified filenames.
          secret_max_file_size: 10485760 # maximum file size that the secret will search (default 10485760).
          secrets_content_regex: content_regex # secret content regex are searched within files that matches the provided regular expression.
          tar: layer.tar # The path to tar file to be scanned.

License

Apache 2.0

diggity-action's People

Contributors

kirkalynsantos avatar

Watchers

Kostas Georgiou avatar  avatar

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.