Skip to content

Commit

Permalink
1.0.56 Add GitHub Action for Hawkscan
Browse files Browse the repository at this point in the history
  • Loading branch information
webpwnized committed Nov 5, 2023
1 parent 25903fb commit d3b92e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scan-application-with-stackhawk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:
apiKey: ${{ secrets.HAWK_API_KEY }} # Secret key for authentication.
configurationFiles: .github/workflows/config/stackhawk.yml # Path to configuration file.
codeScanningAlerts: true # Enable code scanning alerts.
githubToken: ${{ github.token }} # GitHub token for authentication.
githubToken: ${{ github.token }} # GitHub token for authentication.

0 comments on commit d3b92e0

Please sign in to comment.