Skip to content

Commit

Permalink
use correct image specification format for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
madalynrose committed May 9, 2024
1 parent 14355ab commit 0f34116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ado-extension-inputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ or

- `staticSitePort` (int). If using `staticSiteDir`, you can set the local website TCP port for the extension to use when serving the static site. If unspecified, a port will be set automatically. If the pipeline serves additional processes, set the port to avoid conflicts. If using `baselineFile`, set the port to make sure future scans will match the baseline file.

- `keepUrlFragment` (boolean). Default: `false`. To keep the hash fragment in the URLs. If set to false, it will remove the hash fragment from URL for example, http://www.example.com/#foo will be considered as http://www.example.com.
- `keepUrlFragment` (boolean). To keep the hash fragment in the URLs. If set to false, it will remove the hash fragment from URL for example, http://www.example.com/#foo will be considered as http://www.example.com.

- `authType` (Choose one: `AAD` - Azure Active Directory). For sites with authenticated pages, use with `serviceAccountName` and `serviceAccountPassword` to specify the authentication type. Learn [how to set up authentication](https://aka.ms/AI-action-auth).

Expand Down

0 comments on commit 0f34116

Please sign in to comment.