Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .cspell/industry-acronyms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ rbac
RAGRS
RAGZRS
Rego
SARIF
SBOM
SCIM
SCOR
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ jobs:

- name: Regenerate uv.lock
if: ${{ steps.release.outputs.prs_created == 'true' }}
shell: bash
env:
GH_TOKEN: ${{ steps.app-token.outputs.token }}
run: |
Expand Down
Loading