We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7f2bb commit c84dc83Copy full SHA for c84dc83
.github/workflows/main.yml
@@ -67,7 +67,7 @@ jobs:
67
PSE_DEBUG_FLAG: --alsologtostderr
68
POLICY_LOG: t
69
INVISIRISK_JWT_TOKEN: ${{secrets.VB_API_KEY}}
70
- INVISIRISK_PORTAL: https://app.dev.veribom.com/
+ INVISIRISK_PORTAL: https://app.audit.dev.invisirisk.com/
71
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72
container:
73
image: node:18-alpine
@@ -79,7 +79,7 @@ jobs:
79
- env:
80
SCAN_ID: ${{ needs.create_scan_in_IR_Portal.outputs.scan_id }}
81
run: echo $SCAN_ID
82
- - uses: invisirisk/pse-action@v1.0.7
+ - uses: invisirisk/pse-action@v1.0.8
83
with:
84
github-token: ${{ secrets.GITHUB_TOKEN }}
85
0 commit comments