Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The AWS CodeBuld project that is created and verified in Calling Synopsys Detect from AWS CodeBuild is referenced in the following steps

...

:

...

  1. Create a pipeline in AWS CodePipeline by following the procedures

...

  1. in http://docs.aws.amazon.com/codepipeline/latest/userguide/pipelines-create.html

...


...

  1. When you create a pipeline in the build stage, do the following steps:
    1. Select

...

    1. Build

...

    1. > Builder provider

...

    1. >

...

    1. AWS CodeBuild.
    2. Under

...

    1. Build

...

    1. > Configure your project

...

    1. > Select an existing build project

...

    1. >

...

    1. Project name,

...

    1. and then select the project that

...

    1. was created and verified using AWS CodeBuild.

...

  1. When a new pipeline is created, a pipeline job automatically starts. If it is successful, you can download and view the artifacts from S3.

...

  1. The artifacts are pushed to S3 in

...

  1. archive (.zip

...

  1. ) files.

...

  1. the artifact

...

  1. contains the built artifact and a PDF of the risk profile report.

...

  1. View the scan results that are pushed to Black Duck.

Image Removed

...

  1. Image Added
  2. View the console logs and check the pipeline job status.

      ...

        1. View the console logs for CodeBuild

      ...

        1. at https://console.aws.amazon.com

      ...

        1. under Services

      ...

        1. > Management Tools

      ...

        1. > CloudWatch

      ...

        1. > Logs.
        2. Select the corresponding CodeBuild project and check the latest log.

      ...

        1. Check the status of your pipeline job by navigating to the corresponding pipeline

      ...

        1. at https://console.aws.amazon.com/codepipeline, and

      ...

        1. then click View pipeline history.

      ...


        1.  When there are changes in the source code, AWS CodePipeline runs

      ...

        1. the changes through the pipeline and starts a new pipeline job. The AWS CodeBuild project is invoked during the build stage

      ...