Skip to content

Commit

Permalink
chore(main): release syft-sbom-report 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 2, 2025
1 parent 34517bc commit 4f5b865
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"actions/push-to-gcs": "0.1.0",
"actions/techdocs-rewrite-relative-links": "1.0.0",
"actions/validate-policy-bot-config": "1.0.0",
"actions/trigger-argo-workflow": "1.0.0"
"actions/trigger-argo-workflow": "1.0.0",
"actions/syft-sbom-report": "1.0.0"
}
8 changes: 8 additions & 0 deletions actions/syft-sbom-report/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2025-01-02)


### 🎉 Features

* add workflow to check for non-releasable actions ([#588](https://github.com/grafana/shared-workflows/issues/588)) ([e16bf1a](https://github.com/grafana/shared-workflows/commit/e16bf1ac180d7b6c9c13a6e556b24e0f7dc0d57c))
2 changes: 1 addition & 1 deletion actions/syft-sbom-report/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Anchore SBOM Action
uses: grafana/shared-workflows/actions@syft-sbom-v0.0.1
uses: grafana/shared-workflows/actions@syft-sbom-v1.0.0
with:
artifact-name: ${{ github.event.repository.name }}-spdx.json
```
Expand Down

0 comments on commit 4f5b865

Please sign in to comment.