We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c52df01 + d63b416 commit 3f28556Copy full SHA for 3f28556
1 file changed
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
# This workflow contains a single job called "build"
13
build:
14
# The type of runner that the job will run on
15
- runs-on: ubuntu-latest
+ runs-on: self-hosted
16
17
# Steps represent a sequence of tasks that will be executed as part of the job
18
steps:
@@ -36,7 +36,6 @@ jobs:
36
server-url: ${{ secrets.CDX_SERVER_URL }}
37
api-key: ${{ secrets.CDX_API_KEY }}
38
project-id: ${{ secrets.CDX_PROJECT_ID }}
39
- source-and-binaries-glob: 'webgoat/**'
40
tool-outputs-glob: 'pmd-sarif.json'
41
wait-for-completion: false
42
ca-cert: ${{ secrets.CDX_CERT }}
0 commit comments