Skip to content

Commit 94907cd

Browse files
committed
Fix not finding issue on GH CLI v2.79+
Fixes xdev-software/base-template#8
1 parent 4f0b18d commit 94907cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image-vuln-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
id: find-issue
4040
if: ${{ always() }}
4141
run: |
42-
echo "number=$(gh issue list -l 'bug' -l 'automated' -L 1 -S 'in:title \"Trivy Vulnerability Report\"' -s 'open' --json 'number' --jq '.[].number')" >> $GITHUB_OUTPUT
42+
echo "number=$(gh issue list -l 'bug' -l 'automated' -L 1 -S 'in:title "Trivy Vulnerability Report"' -s 'open' --json 'number' --jq '.[].number')" >> $GITHUB_OUTPUT
4343
env:
4444
GH_TOKEN: ${{ github.token }}
4545

0 commit comments

Comments
 (0)