Skip to content

Commit

Permalink
curious
Browse files Browse the repository at this point in the history
  • Loading branch information
d-co-white committed May 20, 2024
1 parent 3098b69 commit 7afe4a9
Show file tree
Hide file tree
Showing 2 changed files with 593 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/hawkscan-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ jobs:
steps:
- name: Checkout javaspringvulny repository
uses: actions/checkout@v4
- name: Run javaspringvulny
run: docker-compose up -d
- name: Run Hawkscan
uses: stackhawk/[email protected]
with:
apiKey: ${{ secrets.HAWK_API_KEY }}
configurationFiles: stackhawk.d/stackhawk.yml stackhawk.d/stackhawk-jsv-json-token.yml stackhawk.d/github-tags.yml
env:
APP_ID: fe3b8948-0edb-4fa4-a3b7-6fa200461f78
ENV: action-scan
SARIF_ARTIFACT: true
COMMIT_SHA: ${{ github.event.pull_request.head.sha }}
BRANCH_NAME: ${{ github.head_ref }}
# - name: Run javaspringvulny
# run: docker-compose up -d
# - name: Run Hawkscan
# uses: stackhawk/[email protected]
# with:
# apiKey: ${{ secrets.HAWK_API_KEY }}
# configurationFiles: stackhawk.d/stackhawk.yml stackhawk.d/stackhawk-jsv-json-token.yml stackhawk.d/github-tags.yml
# env:
# APP_ID: fe3b8948-0edb-4fa4-a3b7-6fa200461f78
# ENV: action-scan
# SARIF_ARTIFACT: true
# COMMIT_SHA: ${{ github.event.pull_request.head.sha }}
# BRANCH_NAME: ${{ github.head_ref }}
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
with:
Expand Down
Loading

0 comments on commit 7afe4a9

Please sign in to comment.