Skip to content

Commit fb7d08f

Browse files
committed
chore: fix incorrect needs property in workflow
1 parent 048ca42 commit fb7d08f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/demo-docker-buildx-sbom-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
scan-sbom:
4646
name: Run HD Scan
4747
runs-on: ubuntu-latest
48-
needs: generate-sbom
48+
needs: build-and-sbom
4949
steps:
5050
- name: Set up Node.js
5151
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)