Eduardo Valdes

Results 107 comments of Eduardo Valdes

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

```console $GITHUB_STEP_SUMMARY ``` ```console github.action_path github.repository ``` ```console inputs.dry-run inputs.ignore-branch-workflows inputs.retain-run-count inputs.retention-time ``` ```console secrets.GITHUB_TOKEN steps.local-action.outputs.housekeeping_output ```

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

``` console devops: remote-branch (main %=) $ git checkout -b devsecops/emvaldes/workflow-housekeeper ; Switched to a new branch 'devsecops/emvaldes/workflow-housekeeper' ```

devops: actions (devsecops/emvaldes/workflow-housekeeper) $ import-project.shell ; Project Configuration (file): josiahsiegel/workflow-housekeeper /Users/emvaldes/.local/.github/configs/josiahsiegel/workflow-housekeeper.json Vendor Name: JosiahSiegel Vendor Repository: workflow-housekeeper Vendor Version: Vendor Commit: 731cc20bb613208b34efb6ac74aab4ba147abb50 Project Owner: CDCgov Project Repo: prime-reportstream GitHub Action:...

``` console devops: actions (devsecops/emvaldes/workflow-housekeeper) $ git push --set-upstream origin devsecops/emvaldes/workflow-housekeeper ; Enumerating objects: 19, done. Counting objects: 100% (19/19), done. Delta compression using up to 16 threads Compressing objects:...

Initially, @devopsmatt created this story to kick the process for importing these three GitHub Actions. I have now created a single Epic so that we can track these three GHA...

devops: prime-reportstream (importing-gha %) $ git add .github/actions/runleaks ; devops: prime-reportstream (importing-gha +%) $ git commit -m "Importing JosiahSiegel's runleaks GitHub Action" ; [importing-gha 2e5d21958] Importing JosiahSiegel's runleaks GitHub Action...

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

```console $GITHUB_ENV ``` ```console env.REPOS ``` ```console fromJson(needs.pre_job.outputs.repos) ``` ```console github.event.inputs.repos github.repository ``` ```console inputs.exclusions-path inputs.fail-on-leak inputs.github-token inputs.max-days-old inputs.min-days-old inputs.patterns-path inputs.repo inputs.run-limit ``` ```console matrix.repo ``` ```console secrets.GITHUB_TOKEN secrets.MY_TOKEN ```...