prime-reportstream icon indicating copy to clipboard operation
prime-reportstream copied to clipboard

Importing JosiahSiegel GHA: [email protected]

Open emvaldes opened this issue 1 year ago • 1 comments

AzViz-action (v1.0.4) -> 663e24299a6336f1ff8dbddadfac1ba5d462f731

emvaldes avatar Oct 08 '24 16:10 emvaldes

This external repo is now inserted in the file structure at: .github/actions/azviz-action in the importing-gha branch.

emvaldes avatar Oct 08 '24 16:10 emvaldes

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

emvaldes avatar Oct 12 '24 21:10 emvaldes

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.

emvaldes avatar Oct 22 '24 02:10 emvaldes

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'.

emvaldes avatar Dec 03 '24 19:12 emvaldes

$ mkdir -p azviz && cd $_ ;
$ pwd ;
./prime-reportstream/.github/actions/azviz

emvaldes avatar Dec 10 '24 18:12 emvaldes

$ 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.

emvaldes avatar Dec 10 '24 18:12 emvaldes

$ 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

emvaldes avatar Dec 10 '24 18:12 emvaldes

$ find . -type f | xargs -I {} egrep -Hni 'viz_run.ps1' {} ;

./action.yml:73:
  ${{ github.action_path }}/viz_run.ps1 `

emvaldes avatar Dec 10 '24 18:12 emvaldes

$ find . -type f | xargs -I {} egrep -Hni 'josiahsiegel' {} ;

./README.md:4:
  [![Linux runner](
    https://github.com/
    JosiahSiegel/AzViz-action/actions/workflows/test_linux_runner.yml/badge.svg
  )]
  (
    https://github.com/
    JosiahSiegel/AzViz-action/actions/workflows/test_linux_runner.yml
  )

./README.md:5:
  [![Windows runner](
    https://github.com/
    JosiahSiegel/AzViz-action/actions/workflows/test_windows_runner.yml/badge.svg
  )]
  (
    https://github.com/
    JosiahSiegel/AzViz-action/actions/workflows/test_windows_runner.yml
  )

./README.md:80:
  - uses: JosiahSiegel/[email protected]

emvaldes avatar Dec 10 '24 18:12 emvaldes

./README.md:4:
  [![Linux runner](
    https://github.com/
    CDCgov/prime-reportstream/.github/
    workflows/azviz--test_linux_runner.yml/badge.svg
  )](
    https://github.com/
    CDCgov/prime-reportstream/.github/
    workflows/azviz--test_linux_runner.yml
  )

./README.md:5:
  [![Windows runner](
    https://github.com/
    CDCgov/prime-reportstream/.github/
    workflows/azviz--test_windows_runner.yml/badge.svg
  )](
    https://github.com/
    CDCgov/prime-reportstream/
    .github/workflows/azviz--test_windows_runner.yml
  )

./README.md:80:
  - uses: CDCgov/prime-reportstream/.github/
          actions/azviz@663e24299a6336f1ff8dbddadfac1ba5d462f731

emvaldes avatar Dec 10 '24 19:12 emvaldes