Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[deps]: Update anchore/scan-action action to v6 #12551

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 23, 2024

This PR contains the following updates:

Package Type Update Change
anchore/scan-action action major v5.3.0 -> v6.1.0

Release Notes

anchore/scan-action (anchore/scan-action)

v6.1.0

Compare Source

New in scan-action v6.1.0

v6.0.0

Compare Source

New in scan-action v6.0.0

Breaking Change
  • feat: add output-file option, default to random directory output in temp (#​346) [kzantow]

The action no longer generates files in your working directory by default, instead you should use the action outputs: ${{ steps.<id>.outputs.sarif }} where the <id> needs to match the id you configured to reference the scan-action, e.g.:

      - uses: anchore/scan-action@v6
        id: scan
        ...
      - uses: github/codeql-action/upload-sarif@v3
        with:
          sarif_file: ${{ steps.scan.outputs.sarif }}
Other Changes

Configuration

📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner December 23, 2024 00:09
@renovate renovate bot requested a review from justindbaur December 23, 2024 00:09
@bitwarden-bot bitwarden-bot changed the title [deps] BRE: Update anchore/scan-action action to v6 [PM-16327] [deps] BRE: Update anchore/scan-action action to v6 Dec 23, 2024
@bitwarden-bot
Copy link

Internal tracking:

Copy link

codecov bot commented Dec 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 35.11%. Comparing base (f50f5ef) to head (1b72518).

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #12551   +/-   ##
=======================================
  Coverage   35.11%   35.11%           
=======================================
  Files        2990     2990           
  Lines       91082    91082           
  Branches    17052    17052           
=======================================
  Hits        31983    31983           
  Misses      56602    56602           
  Partials     2497     2497           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title [PM-16327] [deps] BRE: Update anchore/scan-action action to v6 [deps] BRE: Update anchore/scan-action action to v6 Dec 23, 2024
@renovate renovate bot force-pushed the renovate/anchore-scan-action-6.x branch from 57d21df to 0183838 Compare January 2, 2025 23:27
@renovate renovate bot changed the title [deps] BRE: Update anchore/scan-action action to v6 [deps]: Update anchore/scan-action action to v6 Jan 15, 2025
@renovate renovate bot force-pushed the renovate/anchore-scan-action-6.x branch from 0183838 to 1b72518 Compare January 23, 2025 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant