-
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update reviewdog/action-trivy action to v1.14.0 #25
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
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.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
yamllint
[yamllint] reported by reviewdog 🐶
[error] line too long (143 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/docker.yml
Line 165 in 9ae0095
| file: ./${{ matrix.service == 'unrealircd-webpanel' && 'web/webpanel/Containerfile' || format('{0}/Containerfile', matrix.service) }} |
[yamllint] reported by reviewdog 🐶
[warning] truthy value should be one of [false, true] (truthy)
| on: |
[yamllint] reported by reviewdog 🐶
[error] line too long (131 > 80 characters) (line-length)
| if: (needs.changes.outputs.shell == 'true' || needs.changes.outputs.yaml == 'true' || github.event_name == 'workflow_dispatch') |
[yamllint] reported by reviewdog 🐶
[error] line too long (92 > 80 characters) (line-length)
| if: (needs.changes.outputs.docker == 'true' || github.event_name == 'workflow_dispatch') |
[yamllint] reported by reviewdog 🐶
[error] line too long (92 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/security.yml
Line 114 in 9ae0095
| context: ./${{ matrix.service == 'unrealircd-webpanel' && '.' || matrix.service }} |
[yamllint] reported by reviewdog 🐶
[error] line too long (143 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/security.yml
Line 115 in 9ae0095
| file: ./${{ matrix.service == 'unrealircd-webpanel' && 'web/webpanel/Containerfile' || format('{0}/Containerfile', matrix.service) }} |
[yamllint] reported by reviewdog 🐶
[error] line too long (91 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/security.yml
Line 135 in 9ae0095
| if: (needs.changes.outputs.shell == 'true' || github.event_name == 'workflow_dispatch') |
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
irc.atl.chat/.github/workflows/security.yml
Line 146 in 9ae0095
[yamllint] reported by reviewdog 🐶
[error] line too long (109 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/security.yml
Line 148 in 9ae0095
| SHELL_SCRIPTS=$(find . -name "*.sh" -o -name "*.bash" -o -name "*.zsh" | grep -v ".git" || echo "") |
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
irc.atl.chat/.github/workflows/security.yml
Line 149 in 9ae0095
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
irc.atl.chat/.github/workflows/security.yml
Line 154 in 9ae0095
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
irc.atl.chat/.github/workflows/security.yml
Line 158 in 9ae0095
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
irc.atl.chat/.github/workflows/security.yml
Line 162 in 9ae0095
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
irc.atl.chat/.github/workflows/security.yml
Line 165 in 9ae0095
[yamllint] reported by reviewdog 🐶
[error] line too long (148 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/security.yml
Line 167 in 9ae0095
| if grep -n -i "password\|secret\|key\|token" "$script" | grep -v "#.*password\|#.*secret" | grep -v "echo.*password\|echo.*secret"; then |
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
irc.atl.chat/.github/workflows/security.yml
Line 172 in 9ae0095
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
irc.atl.chat/.github/workflows/security.yml
Line 179 in 9ae0095
[yamllint] reported by reviewdog 🐶
[error] line too long (103 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/security.yml
Line 181 in 9ae0095
| if grep -n "\$[a-zA-Z_][a-zA-Z0-9_]*[^\"' ]" "$script" | grep -v "echo\|printf\|test"; then |
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
irc.atl.chat/.github/workflows/security.yml
Line 186 in 9ae0095
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
irc.atl.chat/.github/workflows/security.yml
Line 193 in 9ae0095
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
irc.atl.chat/.github/workflows/security.yml
Line 200 in 9ae0095
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
irc.atl.chat/.github/workflows/security.yml
Line 206 in 9ae0095
[yamllint] reported by reviewdog 🐶
[error] line too long (101 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/security.yml
Line 209 in 9ae0095
| DANGEROUS_PERMS=$(find . -type f -perm /o+w -not -path "./.git/*" 2>/dev/null || echo "") |
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
irc.atl.chat/.github/workflows/security.yml
Line 216 in 9ae0095
[yamllint] reported by reviewdog 🐶
[error] line too long (118 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/security.yml
Line 218 in 9ae0095
| SUID_FILES=$(find . -type f \( -perm -4000 -o -perm -2000 \) -not -path "./.git/*" 2>/dev/null || echo "") |
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
irc.atl.chat/.github/workflows/security.yml
Line 225 in 9ae0095
| BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') | ||
| - name: Complete ${{ matrix.service }} | ||
| run: | | ||
| echo "✅ Docker build validation for ${{ matrix.service }} completed successfully" |
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 🐶
[error] line too long (91 > 80 characters) (line-length)
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)
| on: |
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 🐶
[error] line too long (92 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/docker.yml
Line 44 in 9ae0095
| if: (needs.changes.outputs.docker == 'true' || github.event_name == 'workflow_dispatch') |
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 🐶
[error] line too long (105 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/docker.yml
Line 67 in 9ae0095
| org.opencontainers.image.description=IRC server infrastructure for All Things Linux Community |
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 🐶
[error] line too long (92 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/docker.yml
Line 77 in 9ae0095
| PR_VERSION="pr-${{ github.event.number }}-$(echo "${{ github.sha }}" | cut -c1-7)" |
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 🐶
[error] line too long (92 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/docker.yml
Line 84 in 9ae0095
| context: ./${{ matrix.service == 'unrealircd-webpanel' && '.' || matrix.service }} |
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 🐶
[error] line too long (143 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/docker.yml
Line 85 in 9ae0095
| file: ./${{ matrix.service == 'unrealircd-webpanel' && 'web/webpanel/Containerfile' || format('{0}/Containerfile', matrix.service) }} |
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 🐶
[error] line too long (151 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/docker.yml
Line 106 in 9ae0095
| trivy_target: ./${{ matrix.service == 'unrealircd-webpanel' && 'web/webpanel/Containerfile' || format('{0}/Containerfile', matrix.service) }} |
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 🐶
[error] line too long (81 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/docker.yml
Line 139 in 9ae0095
| images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-${{ matrix.service }} |
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 🐶
[error] line too long (105 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/docker.yml
Line 146 in 9ae0095
| org.opencontainers.image.description=IRC server infrastructure for All Things Linux Community |
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 🐶
[error] line too long (92 > 80 characters) (line-length)
irc.atl.chat/.github/workflows/docker.yml
Line 164 in 9ae0095
| context: ./${{ matrix.service == 'unrealircd-webpanel' && '.' || matrix.service }} |
This PR contains the following updates:
v1.13.10->v1.14.0Release Notes
reviewdog/action-trivy (reviewdog/action-trivy)
v1.14.0Compare Source
v1.14.0: PR #104 - chore(deps): update reviewdog to 0.21.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.