Skip to content

Commit

Permalink
Update updates.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: John Osborne <[email protected]>
  • Loading branch information
johnfosborneiii authored Nov 21, 2024
1 parent 591315b commit cc11a2c
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions .github/workflows/updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
if: env.FIX_CVE == 'true'
run: |
grype $NEW_IMAGE -o sarif > grype-results.sarif
cat grype-results.sarif
- name: Upload SARIF results
if: env.FIX_CVE == 'true'
Expand Down Expand Up @@ -152,17 +153,25 @@ jobs:
commit-message: 'Update images digests'
title: 'Apply CVE Fix'
body: |
"This PR remdiates CVEs: \"${{ env.CVE_LIST }}\""
"The Helm Redis Image Tag will be updated to: \"${{ env.LATEST_UNIQUE_TAG }}\""
This PR remdiates CVEs: ${{ env.CVE_LIST }}
The Helm Redis Image Tag will be updated to: ${{ env.LATEST_UNIQUE_TAG }}
<details>
<summary>SARIF Summary</summary>

```json
${{ env.SARIF_SUMMARY }}
```
</details>

## Changes
<details>

<summary>File Changes</summary>

```diff
${{ steps.create_pr_update.outputs.diff }}
```

</details>
labels: automated pr, cve, patch
branch: 'apply-cve-fix'
Expand Down

0 comments on commit cc11a2c

Please sign in to comment.