mirror of https://github.com/k3s-io/k3s
Trivy workflow: Checkout repo to use gh cli (#10949)
Signed-off-by: Derek Nola <derek.nola@suse.com>pull/10923/head
parent
97e8486032
commit
2739f50d77
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue