diff --git a/.github/workflows/cov-workflow.yml b/.github/workflows/cov-workflow.yml index c97dcdb..de51ed8 100644 --- a/.github/workflows/cov-workflow.yml +++ b/.github/workflows/cov-workflow.yml @@ -41,7 +41,7 @@ jobs: ## Use the parameter below to add comments for issues filtered ## by impact. Default is High if unset ## NOTE: Issues matching coverity_policy_view are ignored if set - # coverity_prComment_impacts: 'High,Medium,Low,Audit' + coverity_prComment_impacts: 'High,Medium,Low,Audit' github_token: ${{ secrets.GITHUB_TOKEN }} # Required when PR comments is enabled ### Mark build status if policy violating issues are found