Skip to content

Commit c84dc83

Browse files
authored
Update main.yml
1 parent aa7f2bb commit c84dc83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
PSE_DEBUG_FLAG: --alsologtostderr
6868
POLICY_LOG: t
6969
INVISIRISK_JWT_TOKEN: ${{secrets.VB_API_KEY}}
70-
INVISIRISK_PORTAL: https://app.dev.veribom.com/
70+
INVISIRISK_PORTAL: https://app.audit.dev.invisirisk.com/
7171
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7272
container:
7373
image: node:18-alpine
@@ -79,7 +79,7 @@ jobs:
7979
- env:
8080
SCAN_ID: ${{ needs.create_scan_in_IR_Portal.outputs.scan_id }}
8181
run: echo $SCAN_ID
82-
- uses: invisirisk/pse-action@v1.0.7
82+
- uses: invisirisk/pse-action@v1.0.8
8383
with:
8484
github-token: ${{ secrets.GITHUB_TOKEN }}
8585
SCAN_ID: ${{ needs.create_scan_in_IR_Portal.outputs.scan_id }}

0 commit comments

Comments
 (0)