chore(deps): update aquasecurity/trivy-action action to v0.34.0#456
chore(deps): update aquasecurity/trivy-action action to v0.34.0#456renovate[bot] merged 1 commit intomainfrom
Conversation
WalkthroughThis PR updates the Trivy vulnerability scanner GitHub Action in the Docker workflow from version 0.33.1 to 0.34.0. The update is implemented by changing the commit SHA reference from b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 to c1824fd6edce30d7ab345a9989de00bbd46ef284. This minor version bump ensures the workflow benefits from the latest bug fixes and improvements in the Trivy security scanning tool while maintaining the existing configuration parameters for image reference and output format. Changes
Sequence DiagramThis diagram shows the interactions between components: sequenceDiagram
participant GHA as GitHub Actions Workflow
participant Docker as Docker Build
participant Registry as Container Registry
participant Trivy as Trivy Scanner (v0.34.0)
participant SARIF as SARIF Output
Note over GHA,Trivy: Docker Image Build & Scan Process
GHA->>Docker: Build container image
Docker->>Registry: Push image
Registry-->>Docker: Return digest
Docker-->>GHA: Build complete with digest
Note over GHA,Trivy: Version updated: 0.33.1 → 0.34.0
GHA->>Trivy: Run vulnerability scan
Note right of Trivy: Image ref: registry/image@digest<br/>Format: SARIF
Trivy->>Registry: Pull image by digest
Registry-->>Trivy: Return image layers
Trivy->>Trivy: Scan image for vulnerabilities
Trivy->>SARIF: Generate SARIF format report
SARIF-->>GHA: Return scan results
🔗 Cross-Repository Impact AnalysisEnable automatic detection of breaking changes across your dependent repositories. → Set up now Learn more about Cross-Repository AnalysisWhat It Does
How to Enable
Benefits
Note for WindsurfPlease change the default marketplace provider to the following in the windsurf settings:Marketplace Extension Gallery Service URL: https://marketplace.visualstudio.com/_apis/public/gallery Marketplace Gallery Item URL: https://marketplace.visualstudio.com/items Entelligence.ai can learn from your feedback. Simply add 👍 / 👎 emojis to teach it your preferences. More shortcuts belowEmoji Descriptions:
Interact with the Bot:
Also you can trigger various commands with the bot by doing The current supported commands are
More commands to be added soon. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #456 +/- ##
=======================================
Coverage 92.41% 92.41%
=======================================
Files 15 15
Lines 725 725
=======================================
Hits 670 670
Misses 46 46
Partials 9 9
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
Released in v1.2.0 |
This PR contains the following updates:
0.33.1→0.34.0Release Notes
aquasecurity/trivy-action (aquasecurity/trivy-action)
v0.34.0Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.