Skip to content

Commit

Permalink
Merge pull request #11303 from cBioPortal/fix/dependency-action
Browse files Browse the repository at this point in the history
fix typo in github dependency graph action
  • Loading branch information
zainasir authored Dec 23, 2024
2 parents 9f9a4da + 8729614 commit e921d09
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 e921d09

Please sign in to comment.