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
Copy file name to clipboardExpand all lines: README.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,4 +102,18 @@ When creating a Dependency Track API key the permissions required are as follows
102
102
- PROJECT_CREATION_UPLOAD
103
103
-_Required for creating the project._
104
104
- 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.
0 commit comments