Trivy workflow: Checkout repo to use gh cli (#10949)

Signed-off-by: Derek Nola <derek.nola@suse.com>
pull/10923/head
Derek Nola 2024-09-25 13:20:26 -07:00 committed by GitHub
parent 97e8486032
commit 2739f50d77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,7 @@ jobs:
pull-requests: write
env:
GH_TOKEN: ${{ github.token }}
GH_REPO: ${{ github.repository }}
steps:
- name: Download Trivy Report
uses: actions/download-artifact@v4
@ -88,6 +89,7 @@ jobs:
pull-requests: write
env:
GH_TOKEN: ${{ github.token }}
GH_REPO: ${{ github.repository }}
steps:
- name: Report Failure
run: |