Coder Social home page Coder Social logo

hounddog-action's Introduction

HoundDog.ai GitHub Action

Overview

HoundDog.ai's code scanner is designed to proactively detect issues related to sensitive data mishandling and leakages early in the development cycle. By using the application’s source code as the source of truth, security teams can ensure data security controls are integrated from the start, rather than later when the data is already in production. This shift-left approach reduces the risk of breaches from issues involving sensitive data being stored in logs, files, tokens, cookies, or when shared through APIs and with third-party systems.

Supported Programming Languages

  • Java
  • SQL
  • GraphQL
  • OpenAPI / Swagger

Inputs

Name Description Default
output_format Output format. Allowed values are console, markdown and sarif. sarif
output_filename Output filename. Not applicable for the console output format. hounddog.sarif

For more configuration options, please see the HoundDog.ai documentation.

Example

The GitHub Actions workflow below runs a HoundDog.ai scan on and uploads the results to GitHub Advanced Security:

name: HoundDog.ai Scan
on:
  pull_request:
    branches: [ main ]
jobs:
  hounddog:
    runs-on: ubuntu-latest
    permissions:
      contents: read
      security-events: write
    steps:
      - name: Checkout repository
        uses: actions/checkout@master

      - name: Run HoundDog.ai scan
        uses: hounddogai/hounddog-action@v1
        with:
          output_format: sarif
          output_filename: hounddog.sarif

      - name: Upload scan results to GitHub Advanced Security
        uses: github/codeql-action/upload-sarif@v3
        with:
          sarif_file: hounddog.sarif

If you need any help or would like to send us feedback, please shoot us an email at [email protected].

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.