-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from oscal-club/test-post-setup-non-oscal-cli-…
…shell-command Add running cmd without oscal-cli in shell after setup
- Loading branch information
Showing
2 changed files
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,13 @@ the code and setup a Java runtime as dependencies, or it will fail. | |
distribution: adopt | ||
java-version: 11 | ||
id: setup_java | ||
- name: Run oscal-cli for version check (debugging on) | ||
uses: oscal-club/[email protected].0 | ||
- name: Validate SSP schema and constraints | ||
uses: oscal-club/[email protected].4 | ||
with: | ||
args: ssp validate repo/path/to/ssp.xml | ||
id: convert_ssp | ||
``` | ||
id: validate_ssp | ||
- name: Run shell command with all setup and context from before | ||
run: | | ||
ls -lha | ||
id: post_setup_shell_command | ||
``` |