From 38ad0d9d4dcacbd66014ba31c1b886bd195a060f Mon Sep 17 00:00:00 2001 From: Stord Bot <77021775+stord-engineering-account@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:50:29 -0600 Subject: [PATCH] chore: release main (#11) :robot: I have created a release *beep* *boop* ---
1.2.1 ## [1.2.1](https://github.com/stordco/actions-trivy/compare/v1.1.2...v1.2.1) (2024-10-24) ### Features * [SRE-830] Add trivy docker scan configuration and matrix outputs ([#7](https://github.com/stordco/actions-trivy/issues/7)) ([98c14a2](https://github.com/stordco/actions-trivy/commit/98c14a203eff50931a79d42b2abe0d7ab0990ec3)) * SRE-955 support skipping trivy db update ([#13](https://github.com/stordco/actions-trivy/issues/13)) ([486ae16](https://github.com/stordco/actions-trivy/commit/486ae16ff6ec2ade80cc221cf6119b92f09f3e48)) ### Miscellaneous Chores * release 1.2.1 ([#12](https://github.com/stordco/actions-trivy/issues/12)) ([d39695a](https://github.com/stordco/actions-trivy/commit/d39695a40073ca5e5db1e3eb7f6a216b8be7a63a))
--- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). [SRE-830]: https://stord.atlassian.net/browse/SRE-830?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ --------- Co-authored-by: Matt Sutkowski --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ README.md | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 30668ab..1589e88 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.2" + ".": "1.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 757dbab..e7dded0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.2.1](https://github.com/stordco/actions-trivy/compare/v1.1.2...v1.2.1) (2024-10-24) + + +### Features + +* [SRE-830] Add trivy docker scan configuration and matrix outputs ([#7](https://github.com/stordco/actions-trivy/issues/7)) ([98c14a2](https://github.com/stordco/actions-trivy/commit/98c14a203eff50931a79d42b2abe0d7ab0990ec3)) +* SRE-955 support skipping trivy db update ([#13](https://github.com/stordco/actions-trivy/issues/13)) ([486ae16](https://github.com/stordco/actions-trivy/commit/486ae16ff6ec2ade80cc221cf6119b92f09f3e48)) + + +### Miscellaneous Chores + +* release 1.2.1 ([#12](https://github.com/stordco/actions-trivy/issues/12)) ([d39695a](https://github.com/stordco/actions-trivy/commit/d39695a40073ca5e5db1e3eb7f6a216b8be7a63a)) + ## [1.1.2](https://github.com/stordco/actions-trivy/compare/v1.1.1...v1.1.2) (2024-08-21) diff --git a/README.md b/README.md index aaaaac6..e2cb3a2 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ stordco/actions-trivy is used to run [trivy](https://github.com/aquasecurity/tri ```yaml - name: Trivy scan in fs mode - uses: stordco/actions-trivy@v1.1.2 + uses: stordco/actions-trivy@v1.2.1 with: scan-type: 'fs' github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}