Importing JosiahSiegel GHA: [email protected]
This external repo is now inserted in the file structure at: .github/actions/azviz-action in the importing-gha branch.
github.action_path
github.event.inputs.depth
github.event.inputs.direction
github.event.inputs.exclude-types
github.event.inputs.format
github.event.inputs.out-file
github.event.inputs.resource-group
github.event.inputs.splines
github.event.inputs.sub-name
github.event.inputs.theme
github.event.inputs.verbosity
inputs.depth
inputs.direction
inputs.exclude-types
inputs.format
inputs.out-file
inputs.resource-group
inputs.splines
inputs.sub-name
inputs.theme
inputs.verbosity
secrets.SERVICE_PRINCIPAL_CREDS
secrets.TEST_RG
This GitHub Action (targeted to be imported as a remote/external) is no longer in consideration until we can further evaluate if they are worth the effort to be imported at a later stage.
Warning: I have placed it into the "IceBox" stage as it is out of scope for now.
devops: prime-reportstream (main=) $ git checkout -b devsecops/emvaldes/azviz ;
Switched to a new branch 'devsecops/emvaldes/azviz'
devops: prime-reportstream (devsecops/emvaldes/azviz) $ git push --set-upstream origin devsecops/emvaldes/azviz ;
Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0)
remote:
remote: Create a pull request for 'devsecops/emvaldes/azviz' on GitHub by visiting:
remote: https://github.com/CDCgov/prime-reportstream/pull/new/devsecops/emvaldes/azviz
remote:
remote: GitHub found 3 vulnerabilities on CDCgov/prime-reportstream's default branch (2 high, 1 low). To find out more, visit:
remote: https://github.com/CDCgov/prime-reportstream/security/dependabot
remote:
To https://github.com/CDCgov/prime-reportstream.git
* [new branch] devsecops/emvaldes/azviz -> devsecops/emvaldes/azviz
branch 'devsecops/emvaldes/azviz' set up to track 'origin/devsecops/emvaldes/azviz'.
$ mkdir -p azviz && cd $_ ;
$ pwd ;
./prime-reportstream/.github/actions/azviz
$ git clone https://github.com/JosiahSiegel/AzViz-action.git . ;
Cloning into '.'...
remote: Enumerating objects: 76, done.
remote: Counting objects: 100% (29/29), done.
remote: Compressing objects: 100% (18/18), done.
remote: Total 76 (delta 8), reused 25 (delta 8), pack-reused 47 (from 1)
Receiving objects: 100% (76/76), 22.07 KiB | 2.76 MiB/s, done.
Resolving deltas: 100% (31/31), done.
$ tree -a ;
.
├── .git ...
├── .github
│ └── workflows
│ ├── sample_full_workflow.yml
│ ├── sample_min_workflow.yml
│ ├── test_linux_runner.yml
│ └── test_windows_runner.yml
├── README.md
├── action.yml
└── viz_run.ps1
19 directories, 35 files
$ find . -type f | xargs -I {} egrep -Hni 'viz_run.ps1' {} ;
./action.yml:73:
${{ github.action_path }}/viz_run.ps1 `
$ find . -type f | xargs -I {} egrep -Hni 'josiahsiegel' {} ;
./README.md:4:
[]
(
https://github.com/
JosiahSiegel/AzViz-action/actions/workflows/test_linux_runner.yml
)
./README.md:5:
[]
(
https://github.com/
JosiahSiegel/AzViz-action/actions/workflows/test_windows_runner.yml
)
./README.md:80:
- uses: JosiahSiegel/[email protected]
./README.md:4:
[](
https://github.com/
CDCgov/prime-reportstream/.github/
workflows/azviz--test_linux_runner.yml
)
./README.md:5:
[](
https://github.com/
CDCgov/prime-reportstream/
.github/workflows/azviz--test_windows_runner.yml
)
./README.md:80:
- uses: CDCgov/prime-reportstream/.github/
actions/azviz@663e24299a6336f1ff8dbddadfac1ba5d462f731