Skip to content

Commit

Permalink
chore(deps): bump trestlebot to 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 401d62d commit deaf045
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-profile.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: 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"
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 @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regenerate-profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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.2
# 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 deaf045

Please sign in to comment.