Skip to content

Commit b701e81

Browse files
committed
move the wrapper script to a proper file
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent c88b2a8 commit b701e81

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/find-vulnerabilities.yml

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

0 commit comments

Comments
 (0)