Skip to content

Commit

Permalink
fix typo in github dependency graph action
Browse files Browse the repository at this point in the history
  • Loading branch information
zainasir committed Dec 23, 2024
1 parent 9f9a4da commit 8729614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,6 @@ jobs:
- name: Update Github Dependency Graph
uses: anchore/sbom-action@v0
with:
image: cbioportal/cbioportal:${{ steps.meta.output.tags }}
image: cbioportal/cbioportal:${{ steps.meta.outputs.tags }}
dependency-snapshot: 'true'
github-token: '${{ secrets.GITHUB_TOKEN }}'

0 comments on commit 8729614

Please sign in to comment.