Skip to content

Commit

Permalink
Merge pull request #37 from jpower432/chore/update-trestlebot-0.1.1
Browse files Browse the repository at this point in the history
build(deps): update trestlebot to v0.1.1
  • Loading branch information
Alex Flom authored Sep 15, 2023
2 parents f046853 + 4747a73 commit ccc1cb1
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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/[email protected].0
uses: RedHatProductSecurity/[email protected].1
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/[email protected].0
uses: RedHatProductSecurity/[email protected].1
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/[email protected].0
uses: RedHatProductSecurity/[email protected].1
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/[email protected].0
uses: RedHatProductSecurity/[email protected].1
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/[email protected].0
uses: RedHatProductSecurity/[email protected].1
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/[email protected].0
trestlebot @ git+https://github.com/RedHatProductSecurity/[email protected].1
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -187,7 +187,7 @@ toml==0.10.2
# via datamodel-code-generator
tomli==2.0.1
# via black
trestlebot @ git+https://github.com/RedHatProductSecurity/[email protected].0
trestlebot @ git+https://github.com/RedHatProductSecurity/[email protected].1
# via -r requirements.in
typing-extensions==4.7.1
# via
Expand Down

0 comments on commit ccc1cb1

Please sign in to comment.