docs: Pull doc changes
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
# M365FoundationsCISReport Module
|
# M365FoundationsCISReport Module
|
||||||
[](https://github.com/CriticalSolutionsNetwork/M365FoundationsCISReport/actions/workflows/powershell.yml)
|
[](https://github.com/CriticalSolutionsNetwork/M365FoundationsCISReport/actions/workflows/powershell.yml)
|
||||||
|
[](https://github.com/CriticalSolutionsNetwork/M365FoundationsCISReport/actions/workflows/pages/pages-build-deployment)
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This PowerShell module is based on CIS benchmarks and is distributed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. This means:
|
This PowerShell module is based on CIS benchmarks and is distributed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. This means:
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
# M365FoundationsCISReport Module
|
# M365FoundationsCISReport Module
|
||||||
[](https://github.com/CriticalSolutionsNetwork/M365FoundationsCISReport/actions/workflows/powershell.yml)
|
[](https://github.com/CriticalSolutionsNetwork/M365FoundationsCISReport/actions/workflows/powershell.yml)
|
||||||
|
[](https://github.com/CriticalSolutionsNetwork/M365FoundationsCISReport/actions/workflows/pages/pages-build-deployment)
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This PowerShell module is based on CIS benchmarks and is distributed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. This means:
|
This PowerShell module is based on CIS benchmarks and is distributed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. This means:
|
||||||
|
@@ -53,8 +53,8 @@ Register-SecretVault -Name ModuleBuildCreds -ModuleName `
|
|||||||
"SecretManagement.JustinGrote.CredMan" -ErrorAction Stop
|
"SecretManagement.JustinGrote.CredMan" -ErrorAction Stop
|
||||||
|
|
||||||
|
|
||||||
Set-Secret -Name "GalleryApiToken" -Vault ModuleBuildCreds
|
#Set-Secret -Name "GalleryApiToken" -Vault ModuleBuildCreds
|
||||||
Set-Secret -Name "GitHubToken" -Vault ModuleBuildCreds
|
#Set-Secret -Name "GitHubToken" -Vault ModuleBuildCreds
|
||||||
|
|
||||||
|
|
||||||
$GalleryApiToken = Get-Secret -Name "GalleryApiToken" -Vault ModuleBuildCreds -AsPlainText
|
$GalleryApiToken = Get-Secret -Name "GalleryApiToken" -Vault ModuleBuildCreds -AsPlainText
|
||||||
|
Reference in New Issue
Block a user