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 • 2 comments

./actions/vpn-azure/action.yml: - uses: https://github.com/JosiahSiegel/action-connect-ovpn/commit/794339aff94452216c97f609476c367a43a31295

action-connect-ovpn (v2.0.2) -> 794339aff94452216c97f609476c367a43a31295

emvaldes avatar Sep 26 '24 21:09 emvaldes

devops: prime-reportstream (importing-gha %) $ git add .github/actions/action-connect-ovpn ; devops: prime-reportstream (importing-gha +%) $ git commit -m "Importing JosiahSiegel's action-connect-ovpn GitHub Action" ; [importing-gha 868d84fd1] Importing JosiahSiegel's action-connect-ovpn GitHub Action 8 files changed, 300 insertions(+) create mode 100644 .github/actions/action-connect-ovpn/.github/dependabot.yml create mode 100644 .github/actions/action-connect-ovpn/.github/vpn/config.ovpn create mode 100644 .github/actions/action-connect-ovpn/.github/vpn/test.ovpn create mode 100644 .github/actions/action-connect-ovpn/.github/workflows/check_vpn.yml create mode 100644 .github/actions/action-connect-ovpn/.gitignore create mode 100644 .github/actions/action-connect-ovpn/README.md create mode 100644 .github/actions/action-connect-ovpn/action.yml create mode 100644 .github/actions/action-connect-ovpn/example.ovpn

emvaldes avatar Sep 27 '24 21:09 emvaldes

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

emvaldes avatar Oct 08 '24 16:10 emvaldes

env.CA_CRT
env.USER_CRT
env.USER_KEY
inputs.FILE_OVPN
inputs.PING_URL
inputs.SECRET
inputs.TLS_KEY
secrets.CA_CRT
secrets.PING_URL
secrets.SECRET_USERNAME_PASSWORD
secrets.TLS_KEY
secrets.USER_CRT
secrets.USER_KEY
steps.connect_vpn.outputs.STATUS
steps.vpn_status.outputs.vpn-status

emvaldes avatar Oct 12 '24 21:10 emvaldes

devops: prime-reportstream (importing-gha *$%=) $ git status ;
On branch importing-gha
Your branch is up to date with 'origin/importing-gha'.

Changes not staged for commit:
  (use "git add/rm <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
	deleted:    .github/actions/action-connect-ovpn/.github/dependabot.yml
	deleted:    .github/actions/action-connect-ovpn/.github/vpn/config.ovpn
	deleted:    .github/actions/action-connect-ovpn/.github/vpn/test.ovpn
	deleted:    .github/actions/action-connect-ovpn/.github/workflows/check_vpn.yml

Untracked files:
  (use "git add <file>..." to include in what will be committed)
	.github/vpn/config.ovpn
	.github/workflows/check_vpn.yml

no changes added to commit (use "git add" and/or "git commit -a")

emvaldes avatar Oct 22 '24 04:10 emvaldes

devops: prime-reportstream (importing-gha +$=) $ git add . && git commit -m "Customizing this GitHub Action as an internal feature" ;
[importing-gha 80e3ee762] Customizing this GitHub Action as an internal feature
 4 files changed, 2 insertions(+), 50 deletions(-)
 delete mode 100644 .github/actions/action-connect-ovpn/.github/dependabot.yml
 delete mode 100644 .github/actions/action-connect-ovpn/.github/vpn/test.ovpn
 rename .github/{actions/action-connect-ovpn/.github => }/vpn/config.ovpn (100%)
 rename .github/{actions/action-connect-ovpn/.github => }/workflows/check_vpn.yml (91%)

emvaldes avatar Oct 22 '24 04:10 emvaldes

devops: prime-reportstream (importing-gha $>) $ git push ;
Enumerating objects: 15, done.
Counting objects: 100% (15/15), done.
Delta compression using up to 16 threads
Compressing objects: 100% (9/9), done.
Writing objects: 100% (9/9), 1.93 KiB | 1.93 MiB/s, done.
Total 9 (delta 6), reused 0 (delta 0), pack-reused 0 (from 0)
remote: Resolving deltas: 100% (6/6), completed with 6 local objects.
remote: 
remote: GitHub found 6 vulnerabilities on CDCgov/prime-reportstream's default branch (2 high, 3 moderate, 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
   ae9f58a04..80e3ee762  importing-gha -> importing-gha

emvaldes avatar Oct 22 '24 04:10 emvaldes

@emvaldes please drop the link to PR when ready either in here or Slack and tag me on it

devopsmatt avatar Oct 22 '24 19:10 devopsmatt