From 7a66952a54b206bbfec35f7f40ffd96f9942d191 Mon Sep 17 00:00:00 2001 From: April Rieger Date: Tue, 24 Oct 2023 20:51:27 -0700 Subject: [PATCH 1/2] Updates to add bundler and brakeman gha action --- .github/workflows/brakeman-audit.yaml | 17 +++++++++++++++++ .github/workflows/bundler-audit.yaml | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 .github/workflows/brakeman-audit.yaml create mode 100644 .github/workflows/bundler-audit.yaml diff --git a/.github/workflows/brakeman-audit.yaml b/.github/workflows/brakeman-audit.yaml new file mode 100644 index 00000000..f6011876 --- /dev/null +++ b/.github/workflows/brakeman-audit.yaml @@ -0,0 +1,17 @@ +name: 'Brakeman Audit' +run-name: Brakeman Audit of ${{ github.ref_name }} by @${{ github.actor }} +on: + workflow_dispatch: + inputs: + debug_enabled: + type: boolean + description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)' + required: false + default: false + +jobs: + brakeman-audit: + uses: scientist-softserv/actions/.github/workflows/brakeman-audit.yaml@v0.0.14 + with: + webTarget: web + tag: latest \ No newline at end of file diff --git a/.github/workflows/bundler-audit.yaml b/.github/workflows/bundler-audit.yaml new file mode 100644 index 00000000..253aebfc --- /dev/null +++ b/.github/workflows/bundler-audit.yaml @@ -0,0 +1,17 @@ +name: 'Bundler Audit' +run-name: Bundler Audit of ${{ github.ref_name }} by @${{ github.actor }} +on: + workflow_dispatch: + inputs: + debug_enabled: + type: boolean + description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)' + required: false + default: false + +jobs: + bundler-audit: + uses: scientist-softserv/actions/.github/workflows/bundler-audit.yaml@v0.0.14 + with: + webTarget: web + tag: latest \ No newline at end of file From e535661e0f3a5441f4b960743cd27c8298399070 Mon Sep 17 00:00:00 2001 From: April Rieger Date: Tue, 24 Oct 2023 21:15:55 -0700 Subject: [PATCH 2/2] Updates to add bundler and brakeman gha action --- .github/workflows/brakeman-audit.yaml | 2 +- .github/workflows/bundler-audit.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/brakeman-audit.yaml b/.github/workflows/brakeman-audit.yaml index f6011876..f2ee6c3d 100644 --- a/.github/workflows/brakeman-audit.yaml +++ b/.github/workflows/brakeman-audit.yaml @@ -13,5 +13,5 @@ jobs: brakeman-audit: uses: scientist-softserv/actions/.github/workflows/brakeman-audit.yaml@v0.0.14 with: - webTarget: web + webTarget: hyku-web tag: latest \ No newline at end of file diff --git a/.github/workflows/bundler-audit.yaml b/.github/workflows/bundler-audit.yaml index 253aebfc..999c91dc 100644 --- a/.github/workflows/bundler-audit.yaml +++ b/.github/workflows/bundler-audit.yaml @@ -13,5 +13,5 @@ jobs: bundler-audit: uses: scientist-softserv/actions/.github/workflows/bundler-audit.yaml@v0.0.14 with: - webTarget: web + webTarget: hyku-web tag: latest \ No newline at end of file