Skip to content

Commit

Permalink
Merge branch 'fix/cisb-to-oscal-cd' of https://github.com/oscal-compa…
Browse files Browse the repository at this point in the history
…ss/compliance-trestle.git into fix/cisb-to-oscal-cd
  • Loading branch information
degenaro committed Dec 3, 2024
2 parents e957eca + 574a40e commit ac86204
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
echo "max=$max_version" >> $GITHUB_OUTPUT
mike-version:
runs-on: ubuntu-latest
needs: [ set-versions]
needs: [ set-versions ]
outputs:
mver: ${{ steps.versions.mver }}
steps:
Expand All @@ -44,7 +44,7 @@ jobs:
echo "mver=$mike_version" >> $GITHUB_OUTPUT
deploy-docs:
runs-on: ubuntu-latest
needs: [ mike-version ]
needs: [ mike-version, set-versions ]
steps:
- uses: actions/create-github-app-token@v1
id: app-token
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name = compliance-trestle
version = attr: trestle.__version__
description = Tools to manage & autogenerate python objects representing the OSCAL layers/models
author = IBM
author_email = [email protected].com
author = OSCAL Compass
author_email = oscal-compass-oversight@googlegroups.com
license = Apache Software License v2
url = https://oscal-compass.github.io/compliance-trestle
classifiers =
Expand Down

0 comments on commit ac86204

Please sign in to comment.