diff --git a/.github/workflows/autofix-profile.yml b/.github/workflows/autofix-profile.yml index bb9e6a5..d79eed5 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@v0.1.0 + uses: RedHatProductSecurity/trestle-bot@v0.1.1 with: markdown_path: "markdown/profiles" oscal_model: "profile" diff --git a/.github/workflows/create-new.yml b/.github/workflows/create-new.yml index b31c842..d925836 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@v0.1.0 + uses: RedHatProductSecurity/trestle-bot@v0.1.1 with: markdown_path: "markdown/profiles" oscal_model: "profile" diff --git a/.github/workflows/regenerate-profile.yml b/.github/workflows/regenerate-profile.yml index 4fa15cb..0a1e822 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@v0.1.0 + uses: RedHatProductSecurity/trestle-bot@v0.1.1 with: markdown_path: "markdown/profiles" oscal_model: "profile" diff --git a/.github/workflows/update-upstream.yml b/.github/workflows/update-upstream.yml index 2e16a66..bff000a 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@v0.1.0 + uses: RedHatProductSecurity/trestle-bot@v0.1.1 with: markdown_path: "markdown/profiles" oscal_model: "profile" diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 2233d9c..962abe7 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@v0.1.0 + uses: RedHatProductSecurity/trestle-bot@v0.1.1 with: markdown_path: "markdown/profiles" oscal_model: "profile" diff --git a/requirements.in b/requirements.in index 620f80d..7b78c51 100644 --- a/requirements.in +++ b/requirements.in @@ -1 +1 @@ -trestlebot @ git+https://github.com/RedHatProductSecurity/trestle-bot@v0.1.0 \ No newline at end of file +trestlebot @ git+https://github.com/RedHatProductSecurity/trestle-bot@v0.1.1 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index d33debe..39be7bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -61,7 +61,7 @@ gitdb==4.0.10 # via gitpython github3-py==4.0.1 # via trestlebot -gitpython==3.1.32 +gitpython==3.1.35 # via trestlebot h11==0.14.0 # via httpcore @@ -187,7 +187,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.0 +trestlebot @ git+https://github.com/RedHatProductSecurity/trestle-bot@v0.1.1 # via -r requirements.in typing-extensions==4.7.1 # via