Skip to content

Commit ccb6a14

Browse files
committed
docs: update dependency snapshot sections
Signed-off-by: Lillie Rugtveit <[email protected]>
1 parent 3f2838b commit ccb6a14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ Use the `dependency-snapshot-input-file` parameter, relative to the repository r
103103
steps:
104104
- uses: anchore/sbom-action/upload-github-snapshot@v0
105105
with:
106-
file: ./build/file
107106
dependency-snapshot-input-file: ./dependency-snapshot.github.sbom.json
108107
```
109108

@@ -131,6 +130,7 @@ Use the `dependency-snapshot-input-file` parameter, relative to the repository r
131130
dependency-snapshot:
132131
...
133132
if: github.ref_name == github.event.repository.default_branch
133+
needs: [run-sbom]
134134
permissions:
135135
actions: read
136136
contents: write

0 commit comments

Comments
 (0)