Unverified Commit 2739f50d authored by Derek Nola's avatar Derek Nola Committed by GitHub

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

parent 97e84860
...@@ -63,6 +63,7 @@ jobs: ...@@ -63,6 +63,7 @@ jobs:
pull-requests: write pull-requests: write
env: env:
GH_TOKEN: ${{ github.token }} GH_TOKEN: ${{ github.token }}
GH_REPO: ${{ github.repository }}
steps: steps:
- name: Download Trivy Report - name: Download Trivy Report
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
...@@ -88,6 +89,7 @@ jobs: ...@@ -88,6 +89,7 @@ jobs:
pull-requests: write pull-requests: write
env: env:
GH_TOKEN: ${{ github.token }} GH_TOKEN: ${{ github.token }}
GH_REPO: ${{ github.repository }}
steps: steps:
- name: Report Failure - name: Report Failure
run: | run: |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment