Skip to content

Commit

Permalink
write in outputfile
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Kleinlercher <[email protected]>
  • Loading branch information
jkleinlercher committed Jan 22, 2025
1 parent 6a7a09f commit b79b31a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/list-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
echo "{\"chart\": \"${chart}\", \"image\": \"${image}\", \"id\": \"${id}\"}" >> image-list-temp.json
done
done
jq --slurp '.' image-list-temp.json image-list.json
jq --slurp '.' image-list-temp.json > image-list.json
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy-scan-table.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo "{\"chart\": \"${chart}\", \"image\": \"${image}\", \"id\": \"${id}\"}" >> image-list-temp.json
done
done
jq --slurp '.' image-list-temp.json image-list.json
jq --slurp '.' image-list-temp.json > image-list.json
# find removed images compared to main branch and upload a json as an artifact
# so the commit-report job can delete trivy reports from these images
Expand Down

0 comments on commit b79b31a

Please sign in to comment.