Skip to content

Commit 1c7fd7c

Browse files
committed
workflows: ignore warning on result.log
Fixes: #202
1 parent 8d86acd commit 1c7fd7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-vulns.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
if: ${{ failure() }}
5454
working-directory: ./dep_checker
5555
run: |
56-
matrix=$(cat result.log | jq -c .)
56+
matrix=$(grep -o '{.*}' result.log | jq -c .)
5757
echo "matrix=$matrix" >> $GITHUB_OUTPUT
5858
5959
create-issues:

0 commit comments

Comments
 (0)