Skip to content

✨ Add audit log validation#13

Merged
jerr0328 merged 1 commit intomainfrom
feat/validate-resource-id
Aug 22, 2024
Merged

✨ Add audit log validation#13
jerr0328 merged 1 commit intomainfrom
feat/validate-resource-id

Conversation

@jerr0328
Copy link
Copy Markdown
Collaborator

Enforces the following concepts if the outcome result is SUCCEEDED:

  1. The resource_id cannot be null
  2. CREATE actions need after to be not null
  3. UPDATE actions need before and after to be not null
  4. DELETE actions need before to be not null

Bonus changes:

  • Upgrade pre-commit hooks
  • Ensure there's a timeout set for the release workflow

Enforces the following concepts if the outcome result is SUCCEEDED:
1. The resource_id cannot be null
2. CREATE actions need `after` to be not null
3. UPDATE actions need `before` and `after` to be not null
4. DELETE actions need `before` to be not null

Bonus changes:
- Upgrade pre-commit hooks
- Ensure there's a timeout set for the release workflow
@jerr0328 jerr0328 requested a review from a team as a code owner August 21, 2024 13:33
@jerr0328 jerr0328 merged commit 6a89bfd into main Aug 22, 2024
@jerr0328 jerr0328 deleted the feat/validate-resource-id branch August 22, 2024 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants