aquasecurity/trivy-action (aquasecurity/trivy-action)
### [`v0.28.0`](https://redirect.github.com/aquasecurity/trivy-action/releases/tag/0.28.0)
[Compare Source](https://redirect.github.com/aquasecurity/trivy-action/compare/0.27.0...0.28.0)
#### What's Changed
- chore(deps): bump setup-trivy to v0.2.1 by [@DmitriyLewen](https://redirect.github.com/DmitriyLewen) in [https://github.com/aquasecurity/trivy-action/pull/411](https://redirect.github.com/aquasecurity/trivy-action/pull/411)
**Full Changelog**: https://github.com/aquasecurity/trivy-action/compare/0.27.0...0.28.0
### [`v0.27.0`](https://redirect.github.com/aquasecurity/trivy-action/releases/tag/0.27.0)
[Compare Source](https://redirect.github.com/aquasecurity/trivy-action/compare/0.26.0...0.27.0)
##### What's Changed
- ci: use `setup-trivy` to install Trivy by [@DmitriyLewen](https://redirect.github.com/DmitriyLewen) in [https://github.com/aquasecurity/trivy-action/pull/406](https://redirect.github.com/aquasecurity/trivy-action/pull/406)
- chore: update description for scanners and format inputs by [@nikpivkin](https://redirect.github.com/nikpivkin) in [https://github.com/aquasecurity/trivy-action/pull/407](https://redirect.github.com/aquasecurity/trivy-action/pull/407)
- fix: set envs only when passed by [@knqyf263](https://redirect.github.com/knqyf263) in [https://github.com/aquasecurity/trivy-action/pull/405](https://redirect.github.com/aquasecurity/trivy-action/pull/405)
**Full Changelog**: https://github.com/aquasecurity/trivy-action/compare/0.26.0...0.27.0
### [`v0.26.0`](https://redirect.github.com/aquasecurity/trivy-action/releases/tag/0.26.0)
[Compare Source](https://redirect.github.com/aquasecurity/trivy-action/compare/0.25.0...0.26.0)
##### What's Changed
- docs: add usage info about `action/cache` for trivy databases by [@DmitriyLewen](https://redirect.github.com/DmitriyLewen) in [https://github.com/aquasecurity/trivy-action/pull/397](https://redirect.github.com/aquasecurity/trivy-action/pull/397)
- feat: store artifacts in cache by default by [@knqyf263](https://redirect.github.com/knqyf263) in [https://github.com/aquasecurity/trivy-action/pull/399](https://redirect.github.com/aquasecurity/trivy-action/pull/399)
**Full Changelog**: https://github.com/aquasecurity/trivy-action/compare/0.25.0...0.26.0
### [`v0.25.0`](https://redirect.github.com/aquasecurity/trivy-action/releases/tag/0.25.0)
[Compare Source](https://redirect.github.com/aquasecurity/trivy-action/compare/0.24.0...0.25.0)
##### What's Changed
- fix(Makefile): recursive option typo by [@chohner](https://redirect.github.com/chohner) in [https://github.com/aquasecurity/trivy-action/pull/371](https://redirect.github.com/aquasecurity/trivy-action/pull/371)
- chore: use checks bundle snapshot from trivy-action by [@nikpivkin](https://redirect.github.com/nikpivkin) in [https://github.com/aquasecurity/trivy-action/pull/388](https://redirect.github.com/aquasecurity/trivy-action/pull/388)
- Upgrade GitHub actions by [@obounaim](https://redirect.github.com/obounaim) in [https://github.com/aquasecurity/trivy-action/pull/374](https://redirect.github.com/aquasecurity/trivy-action/pull/374)
- ci: sync trivy-checks version 1 by [@nikpivkin](https://redirect.github.com/nikpivkin) in [https://github.com/aquasecurity/trivy-action/pull/398](https://redirect.github.com/aquasecurity/trivy-action/pull/398)
- feat(trivy): Bump to support v0.56.1 by [@simar7](https://redirect.github.com/simar7) in [https://github.com/aquasecurity/trivy-action/pull/387](https://redirect.github.com/aquasecurity/trivy-action/pull/387)
##### New Contributors
- [@chohner](https://redirect.github.com/chohner) made their first contribution in [https://github.com/aquasecurity/trivy-action/pull/371](https://redirect.github.com/aquasecurity/trivy-action/pull/371)
- [@obounaim](https://redirect.github.com/obounaim) made their first contribution in [https://github.com/aquasecurity/trivy-action/pull/374](https://redirect.github.com/aquasecurity/trivy-action/pull/374)
**Full Changelog**: https://github.com/aquasecurity/trivy-action/compare/0.24.0...0.25.0
bcgov/quickstart-openshift-helpers (bcgov/quickstart-openshift-helpers)
### [`v0.8.1`](https://redirect.github.com/bcgov/quickstart-openshift-helpers/releases/tag/v0.8.1)
[Compare Source](https://redirect.github.com/bcgov/quickstart-openshift-helpers/compare/v0.8.0...v0.8.1)
#### What's Changed
- chore(deps): update helm release postgresql to v16 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/88](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/88)
- chore(deps): update helm release postgresql to v16.0.1 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/89](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/89)
- fix: token request api warning by [@mishraomp](https://redirect.github.com/mishraomp) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/91](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/91)
- fix: get PR only when the tag is not provided. by [@mishraomp](https://redirect.github.com/mishraomp) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/92](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/92)
**Full Changelog**: https://github.com/bcgov/quickstart-openshift-helpers/compare/v0.8.0...v0.9.0
### [`v0.8.0`](https://redirect.github.com/bcgov/quickstart-openshift-helpers/releases/tag/v0.8.0)
[Compare Source](https://redirect.github.com/bcgov/quickstart-openshift-helpers/compare/v0.7.1...v0.8.0)
##### What's New
The .pr-close.yml workflow can now handle GitHub environments using a parameter.
##### What's Changed
- chore(deps): update helm release postgresql to v15.5.38 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/84](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/84)
- feat: add param for github environments by [@DerekRoberts](https://redirect.github.com/DerekRoberts) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/87](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/87)
**Full Changelog**: https://github.com/bcgov/quickstart-openshift-helpers/compare/v0.7.1...v0.8.0
### [`v0.7.1`](https://redirect.github.com/bcgov/quickstart-openshift-helpers/releases/tag/v0.7.1)
[Compare Source](https://redirect.github.com/bcgov/quickstart-openshift-helpers/compare/v0.7.0...v0.7.1)
##### Note
GitHub has removed OpenShift's CLI (`oc`) from their ubuntu-24.04 runner! This update is required for that.
##### What's Changed
- fix: cert gen typos by [@franTarkenton](https://redirect.github.com/franTarkenton) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/70](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/70)
- chore(deps): update helm release postgresql to v15.5.27 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/71](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/71)
- chore(deps): update helm release postgresql to v15.5.28 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/73](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/73)
- chore(deps): update helm release postgresql to v15.5.29 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/74](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/74)
- chore(deps): update helm release postgresql to v15.5.30 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/75](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/75)
- chore(deps): update helm release postgresql to v15.5.31 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/76](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/76)
- chore(deps): update helm release postgresql to v15.5.32 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/77](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/77)
- chore(deps): update dependency ubuntu to v24 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/78](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/78)
- chore(ci): gh runner oc changes by [@DerekRoberts](https://redirect.github.com/DerekRoberts) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/80](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/80)
- chore(deps): update helm release postgresql to v15.5.36 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/81](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/81)
- chore(ci): use latest v4 oc runner by [@DerekRoberts](https://redirect.github.com/DerekRoberts) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/82](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/82)
##### New Contributors
- [@franTarkenton](https://redirect.github.com/franTarkenton) made their first contribution in [https://github.com/bcgov/quickstart-openshift-helpers/pull/70](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/70)
**Full Changelog**: https://github.com/bcgov/quickstart-openshift-helpers/compare/v0.7.0...v0.7.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
0.24.0
->0.28.0
v0.7.0
->v0.8.1
v0.8.3
(+1)Release Notes
aquasecurity/trivy-action (aquasecurity/trivy-action)
### [`v0.28.0`](https://redirect.github.com/aquasecurity/trivy-action/releases/tag/0.28.0) [Compare Source](https://redirect.github.com/aquasecurity/trivy-action/compare/0.27.0...0.28.0) #### What's Changed - chore(deps): bump setup-trivy to v0.2.1 by [@DmitriyLewen](https://redirect.github.com/DmitriyLewen) in [https://github.com/aquasecurity/trivy-action/pull/411](https://redirect.github.com/aquasecurity/trivy-action/pull/411) **Full Changelog**: https://github.com/aquasecurity/trivy-action/compare/0.27.0...0.28.0 ### [`v0.27.0`](https://redirect.github.com/aquasecurity/trivy-action/releases/tag/0.27.0) [Compare Source](https://redirect.github.com/aquasecurity/trivy-action/compare/0.26.0...0.27.0) ##### What's Changed - ci: use `setup-trivy` to install Trivy by [@DmitriyLewen](https://redirect.github.com/DmitriyLewen) in [https://github.com/aquasecurity/trivy-action/pull/406](https://redirect.github.com/aquasecurity/trivy-action/pull/406) - chore: update description for scanners and format inputs by [@nikpivkin](https://redirect.github.com/nikpivkin) in [https://github.com/aquasecurity/trivy-action/pull/407](https://redirect.github.com/aquasecurity/trivy-action/pull/407) - fix: set envs only when passed by [@knqyf263](https://redirect.github.com/knqyf263) in [https://github.com/aquasecurity/trivy-action/pull/405](https://redirect.github.com/aquasecurity/trivy-action/pull/405) **Full Changelog**: https://github.com/aquasecurity/trivy-action/compare/0.26.0...0.27.0 ### [`v0.26.0`](https://redirect.github.com/aquasecurity/trivy-action/releases/tag/0.26.0) [Compare Source](https://redirect.github.com/aquasecurity/trivy-action/compare/0.25.0...0.26.0) ##### What's Changed - docs: add usage info about `action/cache` for trivy databases by [@DmitriyLewen](https://redirect.github.com/DmitriyLewen) in [https://github.com/aquasecurity/trivy-action/pull/397](https://redirect.github.com/aquasecurity/trivy-action/pull/397) - feat: store artifacts in cache by default by [@knqyf263](https://redirect.github.com/knqyf263) in [https://github.com/aquasecurity/trivy-action/pull/399](https://redirect.github.com/aquasecurity/trivy-action/pull/399) **Full Changelog**: https://github.com/aquasecurity/trivy-action/compare/0.25.0...0.26.0 ### [`v0.25.0`](https://redirect.github.com/aquasecurity/trivy-action/releases/tag/0.25.0) [Compare Source](https://redirect.github.com/aquasecurity/trivy-action/compare/0.24.0...0.25.0) ##### What's Changed - fix(Makefile): recursive option typo by [@chohner](https://redirect.github.com/chohner) in [https://github.com/aquasecurity/trivy-action/pull/371](https://redirect.github.com/aquasecurity/trivy-action/pull/371) - chore: use checks bundle snapshot from trivy-action by [@nikpivkin](https://redirect.github.com/nikpivkin) in [https://github.com/aquasecurity/trivy-action/pull/388](https://redirect.github.com/aquasecurity/trivy-action/pull/388) - Upgrade GitHub actions by [@obounaim](https://redirect.github.com/obounaim) in [https://github.com/aquasecurity/trivy-action/pull/374](https://redirect.github.com/aquasecurity/trivy-action/pull/374) - ci: sync trivy-checks version 1 by [@nikpivkin](https://redirect.github.com/nikpivkin) in [https://github.com/aquasecurity/trivy-action/pull/398](https://redirect.github.com/aquasecurity/trivy-action/pull/398) - feat(trivy): Bump to support v0.56.1 by [@simar7](https://redirect.github.com/simar7) in [https://github.com/aquasecurity/trivy-action/pull/387](https://redirect.github.com/aquasecurity/trivy-action/pull/387) ##### New Contributors - [@chohner](https://redirect.github.com/chohner) made their first contribution in [https://github.com/aquasecurity/trivy-action/pull/371](https://redirect.github.com/aquasecurity/trivy-action/pull/371) - [@obounaim](https://redirect.github.com/obounaim) made their first contribution in [https://github.com/aquasecurity/trivy-action/pull/374](https://redirect.github.com/aquasecurity/trivy-action/pull/374) **Full Changelog**: https://github.com/aquasecurity/trivy-action/compare/0.24.0...0.25.0bcgov/quickstart-openshift-helpers (bcgov/quickstart-openshift-helpers)
### [`v0.8.1`](https://redirect.github.com/bcgov/quickstart-openshift-helpers/releases/tag/v0.8.1) [Compare Source](https://redirect.github.com/bcgov/quickstart-openshift-helpers/compare/v0.8.0...v0.8.1) #### What's Changed - chore(deps): update helm release postgresql to v16 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/88](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/88) - chore(deps): update helm release postgresql to v16.0.1 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/89](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/89) - fix: token request api warning by [@mishraomp](https://redirect.github.com/mishraomp) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/91](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/91) - fix: get PR only when the tag is not provided. by [@mishraomp](https://redirect.github.com/mishraomp) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/92](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/92) **Full Changelog**: https://github.com/bcgov/quickstart-openshift-helpers/compare/v0.8.0...v0.9.0 ### [`v0.8.0`](https://redirect.github.com/bcgov/quickstart-openshift-helpers/releases/tag/v0.8.0) [Compare Source](https://redirect.github.com/bcgov/quickstart-openshift-helpers/compare/v0.7.1...v0.8.0) ##### What's New The .pr-close.yml workflow can now handle GitHub environments using a parameter. ##### What's Changed - chore(deps): update helm release postgresql to v15.5.38 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/84](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/84) - feat: add param for github environments by [@DerekRoberts](https://redirect.github.com/DerekRoberts) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/87](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/87) **Full Changelog**: https://github.com/bcgov/quickstart-openshift-helpers/compare/v0.7.1...v0.8.0 ### [`v0.7.1`](https://redirect.github.com/bcgov/quickstart-openshift-helpers/releases/tag/v0.7.1) [Compare Source](https://redirect.github.com/bcgov/quickstart-openshift-helpers/compare/v0.7.0...v0.7.1) ##### Note GitHub has removed OpenShift's CLI (`oc`) from their ubuntu-24.04 runner! This update is required for that. ##### What's Changed - fix: cert gen typos by [@franTarkenton](https://redirect.github.com/franTarkenton) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/70](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/70) - chore(deps): update helm release postgresql to v15.5.27 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/71](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/71) - chore(deps): update helm release postgresql to v15.5.28 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/73](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/73) - chore(deps): update helm release postgresql to v15.5.29 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/74](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/74) - chore(deps): update helm release postgresql to v15.5.30 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/75](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/75) - chore(deps): update helm release postgresql to v15.5.31 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/76](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/76) - chore(deps): update helm release postgresql to v15.5.32 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/77](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/77) - chore(deps): update dependency ubuntu to v24 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/78](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/78) - chore(ci): gh runner oc changes by [@DerekRoberts](https://redirect.github.com/DerekRoberts) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/80](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/80) - chore(deps): update helm release postgresql to v15.5.36 by [@renovate](https://redirect.github.com/renovate) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/81](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/81) - chore(ci): use latest v4 oc runner by [@DerekRoberts](https://redirect.github.com/DerekRoberts) in [https://github.com/bcgov/quickstart-openshift-helpers/pull/82](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/82) ##### New Contributors - [@franTarkenton](https://redirect.github.com/franTarkenton) made their first contribution in [https://github.com/bcgov/quickstart-openshift-helpers/pull/70](https://redirect.github.com/bcgov/quickstart-openshift-helpers/pull/70) **Full Changelog**: https://github.com/bcgov/quickstart-openshift-helpers/compare/v0.7.0...v0.7.1Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.
Thanks for the PR!
Deployments, as required, will be available below:
Please create PRs in draft mode. Mark as ready to enable:
After merge, new images are deployed in: