Skip to content

Commit

Permalink
Update anchore/sbom-action action to v0.13.0 (#952)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [anchore/sbom-action](https://togithub.com/anchore/sbom-action) |
action | minor | `v0.12.0` -> `v0.13.0` |

---

### Release Notes

<details>
<summary>anchore/sbom-action</summary>

###
[`v0.13.0`](https://togithub.com/anchore/sbom-action/releases/tag/v0.13.0)

[Compare
Source](https://togithub.com/anchore/sbom-action/compare/v0.12.0...v0.13.0)

#### Changes in v0.13.0

- Allow type "file:..." to enable creation of SBOMs from tar and other
package formats
([#&#8203;357](https://togithub.com/anchore/sbom-action/issues/357))
\[[malt3](https://togithub.com/malt3)]
- Update Syft to v0.59.0
([#&#8203;371](https://togithub.com/anchore/sbom-action/issues/371))
\[[anchore-actions-token-generator](https://togithub.com/anchore-actions-token-generator)]
- Update dependencies and node version
([#&#8203;372](https://togithub.com/anchore/sbom-action/issues/372))
\[[kzantow](https://togithub.com/kzantow)]

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click
this checkbox.

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/defenseunicorns/zarf).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC42LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNC42LjEifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 29, 2022
1 parent 8d61753 commit ebc93e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-tools/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
steps:
- uses: sigstore/[email protected]

- uses: anchore/sbom-action/download-syft@v0.12.0
- uses: anchore/sbom-action/download-syft@v0.13.0

- run: "curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin"
shell: bash

0 comments on commit ebc93e6

Please sign in to comment.