Skip to content

Commit

Permalink
Follow redirects in Artifactory access check
Browse files Browse the repository at this point in the history
  • Loading branch information
jblievremont committed May 14, 2024
1 parent 8b434e2 commit 35fa22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/credcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
env:
ARTIFACTORY_ACCESS_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).ARTIFACTORY_ACCESS_TOKEN }}
run: |
curl -s -o /dev/null \
curl -L -s -o /dev/null \
-w '%{http_code}\n' \
-H "Authorization: Bearer ${ARTIFACTORY_ACCESS_TOKEN}" \
"${ARTIFACTORY_URL}/sonarsource-releases/org/sonarsource/sonarlint/vscode/sonarlint-vscode"

0 comments on commit 35fa22b

Please sign in to comment.