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 8d86acd commit 1c7fd7cCopy full SHA for 1c7fd7c
.github/workflows/check-vulns.yml
@@ -53,7 +53,7 @@ jobs:
53
if: ${{ failure() }}
54
working-directory: ./dep_checker
55
run: |
56
- matrix=$(cat result.log | jq -c .)
+ matrix=$(grep -o '{.*}' result.log | jq -c .)
57
echo "matrix=$matrix" >> $GITHUB_OUTPUT
58
59
create-issues:
0 commit comments