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 0f4adec commit 1d72ea4
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/vulnerability-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,9 @@ 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 1d72ea4

Please sign in to comment.