Skip to content

Commit 8d1b523

Browse files
committed
AquaSec workflow fix
1 parent 8330826 commit 8d1b523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/aquasec_repository_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "=== Authenticating with AquaSec ==="
3131
3232
TIMESTAMP=$(date -u +%s)
33-
AUTH_ENDPOINT="https://api.cloudsploit.com/v2/tokens"
33+
AUTH_ENDPOINT="https://eu-1.api.cloudsploit.com"
3434
METHOD="POST"
3535
POST_BODY='{"validity":240,"allowed_endpoints":["GET","POST"]}'
3636
STRING_TO_SIGN="${TIMESTAMP}${METHOD}/v2/tokens${POST_BODY}"

0 commit comments

Comments
 (0)