We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e39c3e9 commit de46f29Copy full SHA for de46f29
1 file changed
.github/workflows/image-vuln-scan.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Find already existing issue
52
id: find-issue
53
- if: ${{ always() }}
+ if: ${{ !cancelled() }}
54
run: |
55
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
56
env:
0 commit comments