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 blackduck-inc/[email protected] with the following config
blackducksca_url: ${{ secrets.BLACKDUCK_URL }}
blackducksca_token: ${{ secrets.BLACKDUCK_TOKEN }}
blackducksca_scan_full: false
blackducksca_scan_failure_severities: 'BLOCKER,CRITICAL'
github_token: ${{ secrets.GITHUB_TOKEN }}
blackducksca_prComment_enabled: true
blackducksca_reports_sarif_create: true
blackducksca_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 blackduck-inc/[email protected] with the following config
blackducksca_url: ${{ secrets.BLACKDUCK_URL }}
blackducksca_token: ${{ secrets.BLACKDUCK_TOKEN }}
blackducksca_scan_full: false
blackducksca_scan_failure_severities: 'BLOCKER,CRITICAL'
github_token: ${{ secrets.GITHUB_TOKEN }}
blackducksca_prComment_enabled: true
blackducksca_reports_sarif_create: true
blackducksca_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: