Skip to content

Commit e59374e

Browse files
committed
Update debugging documentation
1 parent 604dbbe commit e59374e

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,18 @@ When creating a Dependency Track API key the permissions required are as follows
102102
- PROJECT_CREATION_UPLOAD
103103
- _Required for creating the project._
104104
- BOM_UPLOAD
105-
- _Required for uploading the SBOM._
105+
- _Required for uploading the SBOM._
106+
107+
## Common Errors
108+
### HTTP 403 upload failed
109+
If you encounter an HTTP `403` error this means your API key does not have the appropriate access. See (Dependency Track API Key) above.
110+
```
111+
Execution failed: upload failed (403):
112+
Error: Process completed with exit code 1.
113+
```
114+
115+
### HTTP 404 upload failed
116+
If your action runs into an HTTP `404` error it is because the parent project does not exist. You must manually create a parent project in Dependency Track first.
117+
```
118+
Error: upload failed (404): The parent component could not be found.
119+
```

0 commit comments

Comments
 (0)