Skip to content

Commit 38ad0d9

Browse files
chore: release main (#11)
🤖 I have created a release *beep* *boop* --- <details><summary>1.2.1</summary> ## [1.2.1](v1.1.2...v1.2.1) (2024-10-24) ### Features * [SRE-830] Add trivy docker scan configuration and matrix outputs ([#7](#7)) ([98c14a2](98c14a2)) * SRE-955 support skipping trivy db update ([#13](#13)) ([486ae16](486ae16)) ### Miscellaneous Chores * release 1.2.1 ([#12](#12)) ([d39695a](d39695a)) </details> --- 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 <[email protected]>
1 parent 486ae16 commit 38ad0d9

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.2"
2+
".": "1.2.1"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.2.1](https://github.com/stordco/actions-trivy/compare/v1.1.2...v1.2.1) (2024-10-24)
4+
5+
6+
### Features
7+
8+
* [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))
9+
* 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))
10+
11+
12+
### Miscellaneous Chores
13+
14+
* release 1.2.1 ([#12](https://github.com/stordco/actions-trivy/issues/12)) ([d39695a](https://github.com/stordco/actions-trivy/commit/d39695a40073ca5e5db1e3eb7f6a216b8be7a63a))
15+
316
## [1.1.2](https://github.com/stordco/actions-trivy/compare/v1.1.1...v1.1.2) (2024-08-21)
417

518

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ stordco/actions-trivy is used to run [trivy](https://github.com/aquasecurity/tri
1616

1717
```yaml
1818
- name: Trivy scan in fs mode
19-
uses: stordco/actions-trivy@v1.1.2
19+
uses: stordco/actions-trivy@v1.2.1
2020
with:
2121
scan-type: 'fs'
2222
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)