Skip to content

Commit

Permalink
Trigger flow
Browse files Browse the repository at this point in the history
  • Loading branch information
bramvdklinkenberg committed Oct 13, 2021
1 parent b59903b commit 476d7dd
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/vulnerability-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,13 @@ jobs:
password: ${{ secrets.REGISTRY_PASSWORD }}
- run: docker push ${{ secrets.REGISTRY_NAME }}.azurecr.io/test:${{ github.sha }}
name: docker push
- uses: azure/publish-security-assessments@v0
name: Post Scan to Azure Security Center
with:
scan-results-path: ${{ steps.container_scan.outputs.scan-report-path }}
connection-string: ${{ secrets.AZ_APPINSIGHTS_CONNECTION_STRING }}
subscription-token: ${{ secrets.AZ_SUBSCRIPTION_TOKEN }}




# - uses: azure/publish-security-assessments@v0
# name: Post Scan to Azure Security Center
# with:
# scan-results-path: ${{ steps.container_scan.outputs.scan-report-path }}
# connection-string: ${{ secrets.AZ_APPINSIGHTS_CONNECTION_STRING }}
# subscription-token: ${{ secrets.AZ_SUBSCRIPTION_TOKEN }}

0 comments on commit 476d7dd

Please sign in to comment.