-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[confcom] changing version number naming scheme and bugfix for 32bit python #6144
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
69e7970
changing version number naming scheme and bugfix for 32bit python
SethHollandsworth 7b0e904
addressing PR comments
SethHollandsworth db1efe0
moving where pulling files happens from
SethHollandsworth 0826d37
making a sha256 hash of the security policy print out when injecting …
SethHollandsworth cdc3be4
taking out the --json option
SethHollandsworth 9e841d5
removing unused function
SethHollandsworth fd14dfc
Merge pull request #23 from SethHollandsworth/feature/sha256_hash
SethHollandsworth 1eb7f65
adding warnings for save to file and debug mode. fixed bug with numbe…
SethHollandsworth 50be7ac
Merge pull request #22 from SethHollandsworth/update_save_to_file
SethHollandsworth 7217ed9
taking out unused function and fixing style checks
SethHollandsworth 1036a71
adding error checking back in for when dmverity-vhd returns nothing
SethHollandsworth d0fb0b7
making it so you can disable allow_elevated via the privileged field …
SethHollandsworth 34ddd1d
Merge pull request #20 from SethHollandsworth/feature/allow_elevated
SethHollandsworth aff3a33
Feature/security context (#18)
hgarvison 6ea9dfd
changing default value of no_new_privileges
SethHollandsworth 220357d
updating tests
SethHollandsworth f8b0297
Merge pull request #24 from SethHollandsworth/bugfix/changing_no_new_…
SethHollandsworth 2a72e5d
taking allow_elevated out of expected fields in ARM template
SethHollandsworth 7f2421b
Merge pull request #25 from SethHollandsworth/bugfix/allow_elevated
SethHollandsworth faf33ca
adding docs for dmverity hashing and fixing markdown styling
SethHollandsworth 834fba5
Merge pull request #26 from SethHollandsworth/dmverity_docs
SethHollandsworth File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,6 @@ | ||
| package microsoftcontainerinstance | ||
|
|
||
| svn := "1.0.0" | ||
| api_svn := "0.10.0" | ||
| framework_svn := "0.1.0" | ||
| api_version := %s | ||
| framework_version := "0.2.3" | ||
|
|
||
| containers := %s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.