Skip to content

Commit

Permalink
adding env variables to tmas
Browse files Browse the repository at this point in the history
  • Loading branch information
igorschultz committed May 20, 2024
1 parent 6a05df1 commit 8f1a2df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/secure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
docker push ${DOCKER_IMAGE}
- name: Trend Cloud One Container Security Scan Action
env:
GOOGLE_PROJECT: ${{ secrets.GOOGLE_PROJECT }}
VERSION: ${{ steps.version.outputs.VERSION }}
run: |
DOCKER_IMAGE="us-central1-docker.pkg.dev/${GOOGLE_PROJECT}/java-goof/goof:${VERSION}"
export TMAS_API_KEY=${{ secrets.TMAS_API_KEY }}
Expand Down

0 comments on commit 8f1a2df

Please sign in to comment.