From 1056ab10406890c633c18fb447ba1b3e3f43f129 Mon Sep 17 00:00:00 2001 From: Jennifer Power Date: Tue, 17 Oct 2023 17:53:20 -0400 Subject: [PATCH] chore(deps): bump trestlebot to v0.3.0 Signed-off-by: Jennifer Power --- .github/workflows/autofix-profile.yml | 2 +- .github/workflows/create-new.yml | 2 +- .github/workflows/regenerate-profile.yml | 2 +- .github/workflows/update-upstream.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-profile.yml b/.github/workflows/autofix-profile.yml index 6263b4c..a07bf2a 100644 --- a/.github/workflows/autofix-profile.yml +++ b/.github/workflows/autofix-profile.yml @@ -30,7 +30,7 @@ jobs: token: ${{ steps.get_installation_token.outputs.token }} - name: Autofix profile id: autofix-profile - uses: RedHatProductSecurity/trestle-bot/actions/autosync@main + uses: RedHatProductSecurity/trestle-bot/actions/autosyncv0.3.0 with: markdown_path: "markdown/profiles" oscal_model: "profile" diff --git a/.github/workflows/create-new.yml b/.github/workflows/create-new.yml index 789760b..2aeda78 100644 --- a/.github/workflows/create-new.yml +++ b/.github/workflows/create-new.yml @@ -49,7 +49,7 @@ jobs: IMPORT_TYPE: ${{ github.event.inputs.import_type }} - name: Generate and PR new profile id: generate-profile - uses: RedHatProductSecurity/trestle-bot/actions/autosync@main + uses: RedHatProductSecurity/trestle-bot/actions/autosyncv0.3.0 with: markdown_path: "markdown/profiles" oscal_model: "profile" diff --git a/.github/workflows/regenerate-profile.yml b/.github/workflows/regenerate-profile.yml index 0aa38ad..9dda7a6 100644 --- a/.github/workflows/regenerate-profile.yml +++ b/.github/workflows/regenerate-profile.yml @@ -26,7 +26,7 @@ jobs: token: ${{ steps.get_installation_token.outputs.token }} - name: Regenerate profiles id: regenerate - uses: RedHatProductSecurity/trestle-bot/actions/autosync@main + uses: RedHatProductSecurity/trestle-bot/actions/autosyncv0.3.0 with: markdown_path: "markdown/profiles" oscal_model: "profile" diff --git a/.github/workflows/update-upstream.yml b/.github/workflows/update-upstream.yml index 535593b..ffe34dd 100644 --- a/.github/workflows/update-upstream.yml +++ b/.github/workflows/update-upstream.yml @@ -42,7 +42,7 @@ jobs: trestle import -f https://raw.githubusercontent.com/GSA/fedramp-automation/master/dist/content/rev5/baselines/json/FedRAMP_rev5_HIGH-baseline_profile.json -o "${FEDRAMP_PROFILE_NAME}" trestle href --name "${FEDRAMP_PROFILE_NAME}" -hr "trestle://catalogs/${NIST_CATALOG_NAME}/catalog.json" - name: Update content - uses: RedHatProductSecurity/trestle-bot/actions/autosync@main + uses: RedHatProductSecurity/trestle-bot/actions/autosyncv0.3.0 with: markdown_path: "markdown/profiles" oscal_model: "profile" diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 33a52d1..6ba531b 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -20,7 +20,7 @@ jobs: ref: ${{ github.head_ref }} - name: Check profile id: check-profile - uses: RedHatProductSecurity/trestle-bot/actions/autosync@main + uses: RedHatProductSecurity/trestle-bot/actions/autosyncv0.3.0 with: markdown_path: "markdown/profiles" oscal_model: "profile" 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 39be7bb..aec3e65 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.2 # 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