-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(k8s-test): Try login and obtain API token #11656
Conversation
2907ab4
to
5e8ef99
Compare
68fe4d3
to
e044215
Compare
e044215
to
64775a9
Compare
DryRun Security SummaryThe GitHub Actions workflow file Expand for full summarySummary: The provided code change is for a GitHub Actions workflow file named
Files Changed:
Code AnalysisWe ran |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
.github/workflows/k8s-tests.yml
Outdated
echo "Simple API check" | ||
CR=$(kubectl run curl --quiet=true --image=curlimages/curl:7.73.0 \ | ||
--overrides='{ "apiVersion": "v1" }' \ | ||
--restart=Never -i --rm -- -s -m 20 --header "Host: $DD_HOSTNAME" http://`kubectl get service defectdojo-django -o json \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kiblik kubectl get svc defectdojo-django -o jsonpath='{.spec.clusterIP}'
85c456e
to
dbdd175
Compare
dbdd175
to
e74f1f0
Compare
e74f1f0
to
d534dbd
Compare
d534dbd
to
04df7c1
Compare
Fixed |
Reopen #10496