You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using synopsys-sig/[email protected] with the following config
blackduck_url: ${{ secrets.BLACKDUCK_URL }}
blackduck_token: ${{ secrets.BLACKDUCK_TOKEN }}
blackduck_scan_full: false
blackduck_scan_failure_severities: 'BLOCKER,CRITICAL'
blackduck_args: '--detect.diagnostic=true --detect.output.path=blackduck-reports'
github_token: ${{ secrets.GITHUB_TOKEN }}
blackduck_prComment_enabled: true
blackduck_reports_sarif_create: true
blackduck_upload_sarif_report: true
and i can not see the result directly in github - I get the error mentioned in the title.
If I use tvcsantos/[email protected] github action with the same github token, it works fine so I think it has the permission that i need. Can someone please help me?
The text was updated successfully, but these errors were encountered:
I am using synopsys-sig/[email protected] with the following config
blackduck_url: ${{ secrets.BLACKDUCK_URL }}
blackduck_token: ${{ secrets.BLACKDUCK_TOKEN }}
blackduck_scan_full: false
blackduck_scan_failure_severities: 'BLOCKER,CRITICAL'
blackduck_args: '--detect.diagnostic=true --detect.output.path=blackduck-reports'
github_token: ${{ secrets.GITHUB_TOKEN }}
blackduck_prComment_enabled: true
blackduck_reports_sarif_create: true
blackduck_upload_sarif_report: true
and i can not see the result directly in github - I get the error mentioned in the title.
If I use tvcsantos/[email protected] github action with the same github token, it works fine so I think it has the permission that i need. Can someone please help me?
The text was updated successfully, but these errors were encountered: