Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranesh-Shrestha authored Dec 13, 2024
1 parent ea78e1b commit d75954e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
contents: read
packages: read
env:
API_URL: https://app.stage.veribom.com/
API_URL: https://app.stage.invisirisk.com/

jobs:
create_scan_in_IR_Portal:
Expand Down Expand Up @@ -58,15 +58,15 @@ jobs:
needs: [create_scan_in_IR_Portal, ecr_details]
services:
pse:
image: 282904853176.dkr.ecr.us-west-2.amazonaws.com/invisirisk/pse-proxy:dev-test
image: 282904853176.dkr.ecr.us-west-2.amazonaws.com/invisirisk/pse-proxy:latest
credentials:
username: ${{needs.ecr_details.outputs.ecr_username}}
password: ${{needs.ecr_details.outputs.ecr_token}}
env:
PSE_DEBUG_FLAG: --alsologtostderr
POLICY_LOG: t
INVISIRISK_JWT_TOKEN: ${{secrets.VB_API_KEY_STAGE}}
INVISIRISK_PORTAL: https://app.stage.veribom.com/
INVISIRISK_PORTAL: https://app.stage.invisirisk.com/
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
POLICY_AUTH_TOKEN: ${{secrets.VB_API_KEY_STAGE}}
container:
Expand Down

0 comments on commit d75954e

Please sign in to comment.