Skip to content

Commit

Permalink
chore: release main (#11)
Browse files Browse the repository at this point in the history
🤖 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 <msutkowski@gmail.com>
  • Loading branch information
stord-engineering-account and msutkowski authored Oct 24, 2024
1 parent 486ae16 commit 38ad0d9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.2"
".": "1.2.1"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 38ad0d9

Please sign in to comment.