Skip to content

Commit

Permalink
skip refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas committed Sep 26, 2024
1 parent e764722 commit 3050840
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/get-images-scan-and-upload-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,17 @@ jobs:
if: failure()
run: cat ${{ steps.report-path.outputs.report-path }}

report-issue:
report-issues:
name: Report issue if vulnerability is found
runs-on: ubuntu-22.04
needs: [get-images, scan-images]
if: ${{ always() && contains(needs.scan-images.result, 'failure') }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install gh
run: sudo snap install gh

Expand Down

0 comments on commit 3050840

Please sign in to comment.