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
+8-13Lines changed: 8 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,27 +58,26 @@ Before you begin, ensure you have the following:
58
58
59
59
## Step-by-Step Procedure
60
60
61
-
### Download the code source
61
+
### Fork the Repository
62
62
63
-
Go to the repository: https://github.com/PaloAltoNetworks/code2cloud-python-flask-webserver.
64
-
Download the code in ZIP format
65
-

63
+
- Go to the repository: https://github.com/PaloAltoNetworks/code2cloud-python-flask-webserver.
64
+
- Click the "Fork" button in the top-right corner to create your own copy of the repository
66
65
67
66
### Create a new repository in your organization
68
67
69
-
Make sure to select your organization as the owner of the new repository:
68
+
When you create repositories for C2C, make sure you are creating in a GitHub organization, not the individual repos. Cider doesn’t fetch pipeline and build logs from individual repositories, which are required for C2C.
70
69

71
70
72
71
### Onboard the New Repository in Prisma Cloud
73
72
74
73
Follow the instructions in the Prisma Cloud documentation to connect your GitHub repository:
75
74
[Add GitHub Repository to Prisma Cloud](https://docs.prismacloud.io/en/classic/appsec-admin-guide/get-started/connect-your-repositories/code-repositories/add-github)
76
75
77
-
### Clone the repo
76
+
### Clone the Forked repository
78
77
79
78
Clone your forked repository to your local machine:
@@ -100,13 +99,9 @@ Open the `manifests/deployment.yaml` file and update the container repository na
100
99
image: ghcr.io/<your-github-organization>/code2cloud-python-flask-webserver:v0.0.10 # Update the ontainer repository name with your github username and the version number
101
100
```
102
101
103
-
Initializes a git repository, commits your code, creates the main branch, sets up a remote repository on GitHub, and pushes your code to it.
102
+
In your local repository, set the new remote URL to point to the repository you just created in your organization.
0 commit comments