Skip to content

🦅 A de minimis HawkScan example with GitHub Actions

Notifications You must be signed in to change notification settings

kaakaww/simple-scan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🦅 De Minimis HawkScan

This repo contains the simplest possible HawkScan configuration. All you need to provide is a StackHawk Application ID and API key.

What's In the Box

This repo contains the following active ingredients:

  • stackhawk.yml: A minimal StackHawk HawkScan configuration, including application ID, target host, and environment name.
  • docker-compose.yml: A Docker Compose file to codify a HawkScan run against http://example.com. It pulls the HawkScan container and runs it with environment variables you supply to pass along your application ID and API key.

Running

  1. Sign up for a free trial of StackHawk. In the initial setup, record your initial API Key and Application ID.
  2. Install Docker and Docker Compose
  3. Clone this repository to your machine
    git clone https://github.com/kaakaww/simple-scan.git
    cd simple-scan
    
  4. Export your API Key and Application as environment variables.
    export HAWK_API_KEY=<your API key here>
    export HAWK_APP_ID=<your App ID here>
    
  5. Run HawkScan!
    docker-compose up
    

About

🦅 A de minimis HawkScan example with GitHub Actions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published