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 8330826 commit 8d1b523Copy full SHA for 8d1b523
.github/workflows/aquasec_repository_scan.yml
@@ -30,7 +30,7 @@ jobs:
30
echo "=== Authenticating with AquaSec ==="
31
32
TIMESTAMP=$(date -u +%s)
33
- AUTH_ENDPOINT="https://api.cloudsploit.com/v2/tokens"
+ AUTH_ENDPOINT="https://eu-1.api.cloudsploit.com"
34
METHOD="POST"
35
POST_BODY='{"validity":240,"allowed_endpoints":["GET","POST"]}'
36
STRING_TO_SIGN="${TIMESTAMP}${METHOD}/v2/tokens${POST_BODY}"
0 commit comments