Versions Compared

Key

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

...

Step 1: retrieving the Upload API key

Follow the instructions in step 1 of the Pre-Production Scans: Uploads via CI/CD article.

First, you will need to retrieve your organization's Upload API key from the portal, at https://www.securetheorem.com/sdlc/api_access  within the “API Key” section:

...

Step 2: adding the Upload API key as an environment variable

...

Code Block
languageyaml
        - step:
            name: 'Build app'
            script:
              - ./gradlew assembleRelease
              - ...

we might should add the following lines to define the apk artifact built by this step:

...