Skip to content

Commit

Permalink
chore(deps): Update to trestlebot v0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Oct 17, 2023
1 parent 371172b commit 0ff5a78
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
token: ${{ steps.get_installation_token.outputs.token }}
- name: Autofix components
id: autofix-component
uses: RedHatProductSecurity/trestle-bot@v0.1.1
uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.3.0
with:
markdown_path: "markdown/components"
oscal_model: "compdef"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
COMP_DESCRIPTION: ${{ github.event.inputs.component_description }}
- name: Generate and PR new component definition
id: generate-cd
uses: RedHatProductSecurity/trestle-bot@v0.1.1
uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.3.0
with:
markdown_path: "markdown/components"
oscal_model: "compdef"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regenerate-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
token: ${{ steps.get_installation_token.outputs.token }}
- name: Regenerate component definitions
id: regenerate
uses: RedHatProductSecurity/trestle-bot@v0.1.1
uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.3.0
with:
markdown_path: "markdown/components"
oscal_model: "compdef"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/transform-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
token: ${{ steps.get_installation_token.outputs.token }}
- name: Transform rules
id: transform
uses: jpower432/trestle-bot/actions/rules-transform@bug/single-rule-failure
uses: RedHatProductSecurity/trestle-bot/actions/rules-transform@v0.3.0
with:
rules_view_path: "rules/"
file_pattern: "*.json,rules/*"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3
- name: Check components
id: check-components
uses: RedHatProductSecurity/trestle-bot@v0.1.1
uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.3.0
with:
markdown_path: "markdown/components"
oscal_model: "compdef"
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
trestlebot @ git+https://github.com/RedHatProductSecurity/trestle-bot@v0.1.1
trestlebot @ git+https://github.com/RedHatProductSecurity/trestle-bot@v0.3.0
8 changes: 5 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ click==8.1.6
# via black
cmarkgfm==0.6.0
# via compliance-trestle
compliance-trestle @ git+https://github.com/IBM/compliance-trestle.git@01a5a3358b7f1c35d98ea5ab32d51bbc107ff5a0
compliance-trestle @ git+https://github.com/IBM/compliance-trestle.git@725f6980f83b040fec4145cfebd4c80af2f7196f
# via trestlebot
cryptography==41.0.3
# via
Expand Down Expand Up @@ -127,10 +127,11 @@ prance==23.6.21.0
# via datamodel-code-generator
pycparser==2.21
# via cffi
pydantic[email]==1.10.11
pydantic[email]==1.10.2
# via
# compliance-trestle
# datamodel-code-generator
# trestlebot
pyjwt[crypto]==2.8.0
# via github3-py
pynacl==1.5.0
Expand Down Expand Up @@ -166,6 +167,7 @@ ruamel-yaml==0.17.32
# via
# compliance-trestle
# prance
# trestlebot
ruamel-yaml-clib==0.2.7
# via ruamel-yaml
six==1.16.0
Expand All @@ -187,7 +189,7 @@ toml==0.10.2
# via datamodel-code-generator
tomli==2.0.1
# via black
trestlebot @ git+https://github.com/RedHatProductSecurity/trestle-bot@v0.1.1
trestlebot @ git+https://github.com/RedHatProductSecurity/trestle-bot@v0.3.0
# via -r requirements.in
typing-extensions==4.7.1
# via
Expand Down

0 comments on commit 0ff5a78

Please sign in to comment.