From 0ff5a782ddd316a1f34b5b9d4a4ba8d59cb01519 Mon Sep 17 00:00:00 2001 From: Jennifer Power Date: Tue, 17 Oct 2023 16:39:02 -0400 Subject: [PATCH] chore(deps): Update to trestlebot v0.3.0 Signed-off-by: Jennifer Power --- .github/workflows/autofix-cd.yml | 2 +- .github/workflows/create-new.yml | 2 +- .github/workflows/regenerate-cd.yml | 2 +- .github/workflows/transform-rules.yml | 2 +- .github/workflows/validate.yml | 2 +- requirements.in | 2 +- requirements.txt | 8 +++++--- 7 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/workflows/autofix-cd.yml b/.github/workflows/autofix-cd.yml index 4792447..3b03fc8 100644 --- a/.github/workflows/autofix-cd.yml +++ b/.github/workflows/autofix-cd.yml @@ -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" diff --git a/.github/workflows/create-new.yml b/.github/workflows/create-new.yml index 35a964c..21f7801 100644 --- a/.github/workflows/create-new.yml +++ b/.github/workflows/create-new.yml @@ -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" diff --git a/.github/workflows/regenerate-cd.yml b/.github/workflows/regenerate-cd.yml index fe5a3e4..671b966 100644 --- a/.github/workflows/regenerate-cd.yml +++ b/.github/workflows/regenerate-cd.yml @@ -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" diff --git a/.github/workflows/transform-rules.yml b/.github/workflows/transform-rules.yml index 865a7c2..8b48781 100644 --- a/.github/workflows/transform-rules.yml +++ b/.github/workflows/transform-rules.yml @@ -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/*" diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index d2eb2cc..9516c71 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -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" diff --git a/requirements.in b/requirements.in index 7b78c51..a0d74b0 100644 --- a/requirements.in +++ b/requirements.in @@ -1 +1 @@ -trestlebot @ git+https://github.com/RedHatProductSecurity/trestle-bot@v0.1.1 \ No newline at end of file +trestlebot @ git+https://github.com/RedHatProductSecurity/trestle-bot@v0.3.0 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index be7b45f..7b39fe5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 @@ -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 @@ -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 @@ -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