Skip to content

Commit

Permalink
Final
Browse files Browse the repository at this point in the history
  • Loading branch information
shimsha24 committed Sep 15, 2024
1 parent 6ac3b8b commit 467e936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
IMAGE: ${{ secrets.DOCKERHUB_USERNAME }}/devops-labs:latest
GITHUB_ISSUER: https://token.actions.githubusercontent.com
# CERT_IDENTITY_REGEXP: https://github.com/.*/devsecops-lab-app/.github/workflows/ci-pipeline.yml.*
#CERT_IDENTITY_REGEXP: https://github.com/.*/IATD-DevSecOps/.github/workflows/ci-pipeline.yml.*
CERT_IDENTITY_REGEXP: https://github.com/.*/.github/workflows/ci-pipeline.yml.*
CERT_IDENTITY_REGEXP: https://github.com/.*/IATD-DevSecOps/.github/workflows/ci-pipeline.yml.*
#CERT_IDENTITY_REGEXP: https://github.com/.*/.github/workflows/ci-pipeline.yml.*
run: |
cosign verify $IMAGE --certificate-identity-regexp $CERT_IDENTITY_REGEXP --certificate-oidc-issuer $GITHUB_ISSUER
Expand Down

0 comments on commit 467e936

Please sign in to comment.