Skip to content

Commit

Permalink
update TMAS export Name
Browse files Browse the repository at this point in the history
  • Loading branch information
igorschultz committed May 20, 2024
1 parent 33dd14c commit 6a05df1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/secure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,10 @@ jobs:
- name: Trend Cloud One Container Security Scan Action
run: |
export CLOUD_ONE_API_KEY=${{ secrets.TMAS_API_KEY }}
DOCKER_IMAGE="us-central1-docker.pkg.dev/${GOOGLE_PROJECT}/java-goof/goof:${VERSION}"
export TMAS_API_KEY=${{ secrets.TMAS_API_KEY }}
curl -s -L https://gist.github.com/raphabot/abae09b46c29afc7c3b918b7b8ec2a5c/raw/ | bash
tmas scan registry:us-central1-docker.pkg.dev/$GOOGLE_PROJECT/java-goof/goof:latest
tmas scan registry:${DOCKER_IMAGE}
# - name: Deploy to GKE
# env:
Expand Down

0 comments on commit 6a05df1

Please sign in to comment.