Skip to content

Commit

Permalink
add missing parameters
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Taylor <[email protected]>
  • Loading branch information
sbtaylor15 committed May 18, 2023
1 parent d349df1 commit 4333c44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- name: SBOM
uses: ortelius/[email protected]
uses: ortelius/ms-sbom-action@78faa3aadef42708432a337fa2953a82ddfd2512 # v1.0.0
with:
dhpass: ${{ secrets.DHPASS }}
dhurl: ${{ needs.setenv.outputs.dhurl }}
Expand All @@ -198,6 +198,6 @@ jobs:
git_branch: ${{ needs.setenv.outputs.branch }}
image_digest: ${{ needs.release.outputs.digest }}
image_repo_tag: ${{ needs.setenv.outputs.image_repo_tag }}
image_repo: ${{ needs.setenv.outputs.image_repository }}
image_repository: ${{ needs.setenv.outputs.image_repository }}
image_tag: ${{ needs.setenv.outputs.image_tag }}
image_version: ${{ needs.setenv.outputs.image_version }}

0 comments on commit 4333c44

Please sign in to comment.