Skip to content

Commit

Permalink
Update docker tag for dependency graph action
Browse files Browse the repository at this point in the history
  • Loading branch information
zainasir authored Dec 23, 2024
1 parent e921d09 commit ca03fa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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.outputs.tags }}
image: ${{ steps.meta.outputs.tags }}
dependency-snapshot: 'true'
github-token: '${{ secrets.GITHUB_TOKEN }}'
github-token: '${{ secrets.GITHUB_TOKEN }}'

0 comments on commit ca03fa7

Please sign in to comment.