Skip to content

Commit cab43ed

Browse files
chore: release main (#15)
🤖 I have created a release *beep* *boop* --- <details><summary>1.2.2</summary> ## [1.2.2](v1.2.1...v1.2.2) (2024-10-24) ### Bug Fixes * SRE-955 use single quotes for template strings ([#14](#14)) ([e3faa8c](e3faa8c)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent e3faa8c commit cab43ed

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
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.2.1"
2+
".": "1.2.2"
33
}

CHANGELOG.md

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

3+
## [1.2.2](https://github.com/stordco/actions-trivy/compare/v1.2.1...v1.2.2) (2024-10-24)
4+
5+
6+
### Bug Fixes
7+
8+
* SRE-955 use single quotes for template strings ([#14](https://github.com/stordco/actions-trivy/issues/14)) ([e3faa8c](https://github.com/stordco/actions-trivy/commit/e3faa8cfd232db752289be8766955f26cb7a26c8))
9+
310
## [1.2.1](https://github.com/stordco/actions-trivy/compare/v1.1.2...v1.2.1) (2024-10-24)
411

512

README.md

Lines changed: 3 additions & 3 deletions
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/[email protected].1
19+
uses: stordco/[email protected].2
2020
with:
2121
scan-type: 'fs'
2222
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
@@ -57,7 +57,7 @@ For default usage:
5757
uses: stordco/actions-trivy@v1
5858
with:
5959
scan-type: image
60-
image-ref: gcr.io/stord-ci/app-base:2024.06.25_d5cd08e
60+
image-ref: gcr.io/stord-ci/app-base:1.2.2_d5cd08e
6161
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
6262
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
6363
slack-channel-id: ${{ secrets.SLACK_SECURITY_ALERTS }}
@@ -70,7 +70,7 @@ For default usage:
7070
uses: stordco/actions-trivy@v1
7171
with:
7272
scan-type: image
73-
image-ref: gcr.io/stord-ci/app-base:2024.06.25_d5cd08e
73+
image-ref: gcr.io/stord-ci/app-base:1.2.2_d5cd08e
7474
matrix-id: unique-identifier
7575
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
7676
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}

0 commit comments

Comments
 (0)