Skip to content

Commit

Permalink
Update hawkscan-scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kcberg authored May 21, 2024
1 parent d2421de commit f6c393b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/hawkscan-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
actions: read
contents: read
steps:
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Checkout javaspringvulny repository
uses: actions/checkout@v4
- name: Run javaspringvulny
Expand All @@ -43,7 +47,6 @@ jobs:
SARIF_ARTIFACT: true
COMMIT_SHA: ${{ github.event.pull_request.head.sha }}
BRANCH_NAME: ${{ github.head_ref }}
JAVA_HOME: ${{ JAVA_HOME_17_X64 }}
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
with:
Expand Down

0 comments on commit f6c393b

Please sign in to comment.