Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tangrufus committed Sep 27, 2024
1 parent 34235e2 commit ea6d067
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@
# Name of the artifact to upload.
# Required. Default is 'sboms'
name:

# Path to the dist folder which containing artifacts.json
# Required. Default is 'dist'
dist:

# The SBOM suffix.
#
# This action expects the SBOM is named after its subject with a suffix under the same directory.
#
# See [Known Issues](https://github.com/typisttech/upload-goreleaser-sboms-action?tab=readme-ov-file#known-issues)
# See [known issues](https://github.com/typisttech/upload-goreleaser-sboms-action?tab=readme-ov-file#known-issues)
#
# Required. Default is '.sbom.json'
sbom-suffix:
Expand Down Expand Up @@ -93,6 +94,8 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# This action!
- uses: typisttech/upload-goreleaser-sboms-action@v0
id: upload-sbom
Expand Down Expand Up @@ -156,6 +159,8 @@ jobs:
dist/my-cmd_*/my-cmd
dist/my-cmd_*.tar.gz
dist/**/*.sbom.json
# This action!
- uses: typisttech/upload-goreleaser-sboms-action@v0
id: upload-sbom
with:
Expand Down

0 comments on commit ea6d067

Please sign in to comment.