Skip to content

Commit

Permalink
trigger workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bramvdklinkenberg committed Nov 30, 2021
1 parent 5ba186a commit 9cd6a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vulnerability-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- 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
name: Post logs to appinsights
with:
scan-results-path: ${{ steps.container_scan.outputs.scan-report-path }}
connection-string: ${{ secrets.AZ_APPINSIGHTS_CONNECTION_STRING }}
Expand Down

0 comments on commit 9cd6a3b

Please sign in to comment.