Skip to content

Commit

Permalink
2.11.24 Update StackHawk configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
webpwnized committed Oct 31, 2024
1 parent 5db3516 commit a83a070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/config/stackhawk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

app:
# Unique Application ID from StackHawk account; reference this securely in the GitHub Actions as an environment variable or secret.
applicationId: "${{ secrets.HAWK_APP_ID }}"
applicationId: ${{ secrets.HAWK_APP_ID }} # (required)

# Environment name in StackHawk, useful for tracking scans in different environments like "Development", "Staging", etc.
env: Mutillidae-Development # (required)
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/scan-application-with-stackhawk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
configurationFiles: .github/workflows/config/stackhawk.yml # Path to configuration file relative to workspace.
githubToken: ${{ github.token }} # GitHub token for authentication to Code Scanning Alerts
env:
APP_ID: ${{ secrets.HAWK_APP_ID}}
NO_PROGRESS: true
SARIF_ARTIFACT: true

Expand Down

0 comments on commit a83a070

Please sign in to comment.