Skip to content

Commit 791d653

Browse files
committed
remove the external script
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent c825c04 commit 791d653

3 files changed

Lines changed: 1 addition & 24 deletions

File tree

.github/workflows/find-vulnerabilities.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ jobs:
1616
- name: Get the action.yml from the current branch
1717
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818
with:
19-
sparse-checkout: |
20-
action.yml
21-
scripts/scanpipe.sh
19+
sparse-checkout: action.yml
2220
sparse-checkout-cone-mode: false
2321
persist-credentials: false
2422

action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,6 @@ runs:
113113
--cap-drop ALL \
114114
--security-opt no-new-privileges \
115115
-e SECRET_KEY \
116-
-e SCANCODEIO_DB_NAME \
117-
-e SCANCODEIO_DB_USER \
118-
-e SCANCODEIO_DB_PASSWORD \
119-
-e SCANCODEIO_DB_HOST=localhost \
120116
-e SCANCODEIO_WORKSPACE_LOCATION \
121117
-e HOME=/workspace/.home \
122118
-v "$GITHUB_WORKSPACE:/workspace" \

scripts/scanpipe.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)