We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf93cf commit 48e1e91Copy full SHA for 48e1e91
2 files changed
.github/workflows/deploy-to-azure.yml
@@ -61,7 +61,7 @@ jobs:
61
uses: actions/upload-artifact@v4
62
with:
63
name: dotnet-app
64
- path: ./temp
+ path: ./temp/**
65
66
iac_plan:
67
name: IaC (Terraform) Plan
ui/src/app/home.component.html
@@ -38,7 +38,7 @@ <h5 class="card-title">User Profile</h5>
38
<pre class="card-text"
39
>{{ userProfileClaims$ | async | json }}
40
</pre>
41
- <a href="/openapi/v1.json" class="btn btn-primary">OpenAPI</a>
+ <a href="/.well-known/security.txt" class="btn btn-primary">Security TXT</a>
42
</div>
43
44
0 commit comments