Skip to content

Commit

Permalink
add post scan result configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bramvdklinkenberg committed Nov 30, 2021
1 parent 80658dc commit e9a4f4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/vulnerability-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
- uses: azure/publish-security-assessments@v0
name: Post logs to appinsights
with:
artifact-type: containerImage
scan-provider: trivy
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 e9a4f4c

Please sign in to comment.