-
Notifications
You must be signed in to change notification settings - Fork 16
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
✨ policy last applied field #1472
Conversation
policy/cnspec_policy.proto
Outdated
@@ -114,6 +116,8 @@ message Policy { | |||
string graph_content_checksum = 38; | |||
string local_execution_checksum = 39; | |||
string graph_execution_checksum = 40; | |||
// timestamp when the policy was last applied | |||
int64 last_applied = 48; |
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.
I don't think this one makes sense. I would only expect this information in PolicyRef
. What's the thought for how this one is used?
@check-spelling-bot Report🔴 Please reviewSee the 📂 files view, the 📜action log, or 📝 job summary for details.Unrecognized words (53)
To accept these unrecognized words as correct, you could run the following commands... in a clone of the [email protected]:mondoohq/cnspec.git repository curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.24/apply.pl' |
perl - 'https://github.com/mondoohq/cnspec/actions/runs/11722867152/attempts/1'
Available 📚 dictionaries could cover words (expected and unrecognized) not in the 📘 dictionaryThis includes both expected items (17) from .github/actions/spelling/expect.txt and unrecognized words (53)
Consider adding them (in with:
extra_dictionaries: |
cspell:k8s/dict/k8s.txt
cspell:php/dict/php.txt
cspell:node/dict/node.txt
cspell:django/dict/django.txt
cspell:golang/dict/go.txt To stop checking additional dictionaries, add (in check_extra_dictionaries: '' Errors (1)See the 📂 files view, the 📜action log, or 📝 job summary for details.
See ❌ Event descriptions for more information. If the flagged items are false positivesIf items relate to a ...
|
67342cc
to
9a31a33
Compare
No description provided.