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 4f0b18d commit 94907cdCopy full SHA for 94907cd
.github/workflows/image-vuln-scan.yml
@@ -39,7 +39,7 @@ jobs:
39
id: find-issue
40
if: ${{ always() }}
41
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
+ 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
43
env:
44
GH_TOKEN: ${{ github.token }}
45
0 commit comments