Skip to content

Commit

Permalink
fix cve report generator workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Feb 18, 2024
1 parent c13ae75 commit 057dee8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cve-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,14 @@ jobs:
- name: Generate report
run: |
./hack/scripts/update-chart-dependencies.sh
go run ./cmd/generate-cve-report/main.go
- name: Update repo
run: |
git add --all
if [[ $(git status --porcelain) ]]; then
git commit -s -a -m "update redis images $(date --rfc-3339=date)"
git commit -s -a -m "update cve report $(date --rfc-3339=date)"
git fetch origin
# https://git-scm.com/docs/merge-strategies
git pull --rebase -s ours origin master
Expand Down

0 comments on commit 057dee8

Please sign in to comment.