Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
samatstariongroup committed Dec 9, 2024
1 parent fa3ec4e commit 382198e
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/publish-docker-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
context: .
file: ./COMETwebapp/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
provenance: mode=max
tags: ${{ steps.meta.outputs.tags }}
secrets: |
"DEVEXPRESS_NUGET_KEY=${{ secrets.DEVEXPRESS_NUGET_KEY }}"
Expand All @@ -50,20 +51,14 @@ jobs:
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:
webhook_url: ${{ secrets.WEBHOOK_URL }}
webhook_secret: ${{ secrets.WEBHOOK_SECRET }}
# - name: Invoke deployment hook
# uses: distributhor/workflow-webhook@v3
# env:
# webhook_url: ${{ secrets.WEBHOOK_URL }}
# webhook_secret: ${{ secrets.WEBHOOK_SECRET }}

0 comments on commit 382198e

Please sign in to comment.