Viewing an action's source code
You can view an action's source code to make sure it doesn't contain risky code, security vulnerabilities, or other defects.
Use the following instructions to view the source code of a CodeCatalyst, CodeCatalyst Labs, or third-party action.
Note
To view the source code of a GitHub
Action, go to the action's page in the GitHub Marketplace
Note
You cannot view the source code of the following CodeCatalyst actions: build, test, GitHub Actions.
Note
AWS does not support or guarantee the action code of GitHub Actions or third-party actions.
To view an action's source code
Open the CodeCatalyst console at https://codecatalyst.aws/
. -
Choose your project.
-
Find the action whose code you want to view:
In the navigation pane, choose CI/CD, and then choose Workflows.
-
Choose the name of any workflow, or create one. For information about creating a workflow, see Creating a workflow.
-
Choose Edit.
-
At the top-left, choose + Actions to open the action catalog.
-
In the drop-down list, choose Amazon CodeCatalyst to view CodeCatalyst, CodeCatalyst Labs, and third-party actions.
-
Search for an action, and choose its name. Do not choose the plus sign (+).
Details about the action appear.
-
In the action details dialog box, near the bottom, choose Download.
A page appears, showing the Amazon S3 bucket where the action's source code resides. For information about Amazon S3, see What is Amazon S3? in the Amazon Simple Storage Service User Guide.
-
Inspect the code to ensure it meets your expectations for quality and security.