-
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update reviewdog/action-trivy action to v1.14.0 #25
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [yamllint] reported by reviewdog 🐶 irc.atl.chat/.github/workflows/docker.yml Line 44 in 9ae0095
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [yamllint] reported by reviewdog 🐶 irc.atl.chat/.github/workflows/docker.yml Line 67 in 9ae0095
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [yamllint] reported by reviewdog 🐶 irc.atl.chat/.github/workflows/docker.yml Line 77 in 9ae0095
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [yamllint] reported by reviewdog 🐶 irc.atl.chat/.github/workflows/docker.yml Line 84 in 9ae0095
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [yamllint] reported by reviewdog 🐶 irc.atl.chat/.github/workflows/docker.yml Line 85 in 9ae0095
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [yamllint] reported by reviewdog 🐶 irc.atl.chat/.github/workflows/docker.yml Line 106 in 9ae0095
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [yamllint] reported by reviewdog 🐶 irc.atl.chat/.github/workflows/docker.yml Line 139 in 9ae0095
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [yamllint] reported by reviewdog 🐶 irc.atl.chat/.github/workflows/docker.yml Line 146 in 9ae0095
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [yamllint] reported by reviewdog 🐶 irc.atl.chat/.github/workflows/docker.yml Line 164 in 9ae0095
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -98,7 +98,7 @@ jobs: | |
| echo "✅ Docker build validation for ${{ matrix.service }} completed successfully" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [yamllint] reported by reviewdog 🐶 |
||
| echo "🔍 Build cache updated for faster future builds" | ||
| - name: Scan Containerfile ${{ matrix.service }} | ||
| uses: reviewdog/action-trivy@v1.13.10 | ||
| uses: reviewdog/action-trivy@v1.14.0 | ||
| continue-on-error: true | ||
| with: | ||
| github_token: ${{ github.token }} | ||
|
|
@@ -174,7 +174,7 @@ jobs: | |
| BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') | ||
| - name: Scan Final Image ${{ matrix.service }} | ||
| if: always() | ||
| uses: reviewdog/action-trivy@v1.13.10 | ||
| uses: reviewdog/action-trivy@v1.14.0 | ||
| continue-on-error: true | ||
| with: | ||
| github_token: ${{ github.token }} | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[yamllint] reported by reviewdog 🐶
[warning] truthy value should be one of [false, true] (truthy)
irc.atl.chat/.github/workflows/docker.yml
Line 3 in 9ae0095