-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 I have created a release *beep* *boop* --- <details><summary>1.1.1</summary> ## [1.1.1](v1.1.0...v1.1.1) (2024-06-20) ### Bug Fixes * [SRE-826] add correct parenthesize syntax ([#4](#4)) ([1428772](1428772)) </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-826]: https://stord.atlassian.net/browse/SRE-826?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
- Loading branch information
1 parent
1428772
commit 7d45514
Showing
3 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "1.1.0" | ||
".": "1.1.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ stordco/actions-trivy is used to run [trivy](https://github.com/aquasecurity/tri | |
|
||
```yaml | ||
- name: Trivy scan in fs mode | ||
uses: stordco/[email protected].0 | ||
uses: stordco/[email protected].1 | ||
with: | ||
scan-type: 'fs' | ||
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} | ||
|