Skip to content

Commit 3f28556

Browse files
committed
Merge branch 'workflow-test' of https://github.com/codedx/codedx-github-action into workflow-test
2 parents c52df01 + d63b416 commit 3f28556

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# This workflow contains a single job called "build"
1313
build:
1414
# The type of runner that the job will run on
15-
runs-on: ubuntu-latest
15+
runs-on: self-hosted
1616

1717
# Steps represent a sequence of tasks that will be executed as part of the job
1818
steps:
@@ -36,7 +36,6 @@ jobs:
3636
server-url: ${{ secrets.CDX_SERVER_URL }}
3737
api-key: ${{ secrets.CDX_API_KEY }}
3838
project-id: ${{ secrets.CDX_PROJECT_ID }}
39-
source-and-binaries-glob: 'webgoat/**'
4039
tool-outputs-glob: 'pmd-sarif.json'
4140
wait-for-completion: false
4241
ca-cert: ${{ secrets.CDX_CERT }}

0 commit comments

Comments
 (0)