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'm encountering an error when using this action in a private repository with the sarif_upload feature enabled:
| Generating SARIF file
| 2021-11-10T23:43:09.047Z error utils/file.go:29 file <repo>.git does not exist.
| 2021-11-10T23:43:09.049Z error utils/file.go:29 file <repo>.git does not exist.
| 2021-11-10T23:43:09.050Z error utils/file.go:29 file <repo>.git does not exist.
| 2021-11-10T23:43:09.052Z error utils/file.go:29 file <repo>.git does not exist.
| 2021-11-10T23:43:09.053Z error utils/file.go:29 file <repo>.git does not exist.
The configuration is the same as the example usage, with the following two differences:
policy_type: all
scm_token: ${{ secrets.GITHUB_TOKEN }}
The text was updated successfully, but these errors were encountered:
jrmash
changed the title
Terrascan with Private Repo and sarif_upload Enaabled
Terrascan with Private Repo and sarif_upload Enabled
Nov 11, 2021
I'm encountering an error when using this action in a private repository with the
sarif_upload
feature enabled:The configuration is the same as the example usage, with the following two differences:
The text was updated successfully, but these errors were encountered: