From 9f43885f2822437eaea12fab3ae38c59cc834a4b Mon Sep 17 00:00:00 2001 From: Sean Savitz <108055139+seansavitz1@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:19:42 +0000 Subject: [PATCH] update aquasec.yaml --- .github/workflows/aquasec.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/aquasec.yaml diff --git a/.github/workflows/aquasec.yaml b/.github/workflows/aquasec.yaml new file mode 100644 index 0000000..1add450 --- /dev/null +++ b/.github/workflows/aquasec.yaml @@ -0,0 +1,13 @@ +--- +name: Aquasec +on: # yamllint disable-line rule:truthy + push: + branches: + - master + pull_request: + types: [ opened, reopened, edited, synchronize ] +jobs: + Aquasec: + if: ${{ github.actor != 'dependabot[bot]' }} + uses: Ebury/seceng/.github/workflows/aquasec-reusable-workflow.yaml@master + secrets: inherit