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.
1 parent c825c04 commit 791d653Copy full SHA for 791d653
3 files changed
.github/workflows/find-vulnerabilities.yml
@@ -16,9 +16,7 @@ jobs:
16
- name: Get the action.yml from the current branch
17
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18
with:
19
- sparse-checkout: |
20
- action.yml
21
- scripts/scanpipe.sh
+ sparse-checkout: action.yml
22
sparse-checkout-cone-mode: false
23
persist-credentials: false
24
action.yml
@@ -113,10 +113,6 @@ runs:
113
--cap-drop ALL \
114
--security-opt no-new-privileges \
115
-e SECRET_KEY \
116
- -e SCANCODEIO_DB_NAME \
117
- -e SCANCODEIO_DB_USER \
118
- -e SCANCODEIO_DB_PASSWORD \
119
- -e SCANCODEIO_DB_HOST=localhost \
120
-e SCANCODEIO_WORKSPACE_LOCATION \
121
-e HOME=/workspace/.home \
122
-v "$GITHUB_WORKSPACE:/workspace" \
scripts/scanpipe.sh
0 commit comments