Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
webpwnized committed Sep 24, 2024
2 parents 8efb1ec + cf8dac1 commit 6da271f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scan-application-with-stackhawk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
uses: actions/checkout@main
with:
repository: webpwnized/mutillidae
fetch-depth: 0 # Pulls the entire Git history, ensuring .git is present
path: mutillidae # Check out the code to this directory

# Step 1: Check out the mutillidae-docker repository codebase into the `mutillidae-docker` directory.
Expand Down Expand Up @@ -100,7 +101,7 @@ jobs:
- name: Run StackHawk Scan
uses: stackhawk/hawkscan-action@main
with:
workspace: ./mutillidae # Path to the workspace.
workspace: mutillidae # Path to the workspace.
apiKey: ${{ secrets.HAWK_API_KEY }} # Secret key for authentication.
configurationFiles: .github/workflows/config/stackhawk.yml # Path to configuration file relative to workspace.
codeScanningAlerts: true # Enable code scanning alerts.
Expand Down

0 comments on commit 6da271f

Please sign in to comment.