Skip to content

Commit

Permalink
[Update] GH action to publish-docker-container to include docker scou…
Browse files Browse the repository at this point in the history
…t BOM
  • Loading branch information
samatstariongroup committed Dec 9, 2024
1 parent 79a5a46 commit fa3ec4e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/publish-docker-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,30 @@ jobs:
"DEVEXPRESS_NUGET_KEY=${{ secrets.DEVEXPRESS_NUGET_KEY }}"
"PACKAGE_TOKEN=${{ secrets.PACKAGE_TOKEN }}"
- name: Docker Scout Quickview and CVEs
uses: docker/scout-action@v1
with:
command: quickview,cves
image: stariongroup/comet-web-community-edition:latest

- name: Docker Scout SBOM
uses: docker/scout-action@v1
with:
command: sbom
image: stariongroup/comet-web-community-edition:latest
output: sbom.json

- name: Docker Scout Recommendations
uses: docker/scout-action@v1
with:
command: recommendations
image: stariongroup/comet-web-community-edition:latest

- name: Upload Docker Scout SARIF Report
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: scout.sarif

- name: Invoke deployment hook
uses: distributhor/workflow-webhook@v3
env:
Expand Down

0 comments on commit fa3ec4e

Please sign in to comment.