Skip to content

Commit de46f29

Browse files
committed
Update image-vuln-scan.yml
1 parent e39c3e9 commit de46f29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Find already existing issue
5252
id: find-issue
53-
if: ${{ always() }}
53+
if: ${{ !cancelled() }}
5454
run: |
5555
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
5656
env:

0 commit comments

Comments
 (0)