Skip to content

Commit aef6599

Browse files
chore: release main
1 parent a547cd1 commit aef6599

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.2"
2+
".": "1.2.3"
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.3](https://github.com/stordco/actions-trivy/compare/v1.2.2...v1.2.3) (2024-10-28)
4+
5+
6+
### Bug Fixes
7+
8+
* update trivy-action version ([#16](https://github.com/stordco/actions-trivy/issues/16)) ([a547cd1](https://github.com/stordco/actions-trivy/commit/a547cd12ff9b9f415e65711ab011e3b8276215c9))
9+
310
## [1.2.2](https://github.com/stordco/actions-trivy/compare/v1.2.1...v1.2.2) (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].2
19+
uses: stordco/[email protected].3
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:1.2.2_d5cd08e
60+
image-ref: gcr.io/stord-ci/app-base:1.2.3_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:1.2.2_d5cd08e
73+
image-ref: gcr.io/stord-ci/app-base:1.2.3_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)