Skip to content

Commit

Permalink
update dependency graph with docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
zainasir committed Dec 20, 2024
1 parent e8fe7ee commit 4a230aa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ jobs:
cache-from: type=gha
cache-to: type=gha

- name: Update Github Dependency Graph
uses: anchore/sbom-action@v0
with:
image: cbioportal/cbioportal:${{ steps.meta.output.tags }}
dependency-snapshot: 'true'
github-token: '${{ secrets.GITHUB_TOKEN }}'

build_and_publish_web:
if: github.repository == 'cBioPortal/cbioportal'
runs-on: ubuntu-latest
Expand Down Expand Up @@ -103,3 +110,9 @@ jobs:
cache-from: type=gha
cache-to: type=gha

- name: Update Github Dependency Graph
uses: anchore/sbom-action@v0
with:
image: cbioportal/cbioportal:${{ steps.meta.output.tags }}
dependency-snapshot: 'true'
github-token: '${{ secrets.GITHUB_TOKEN }}'

0 comments on commit 4a230aa

Please sign in to comment.