From ca9ab5aaec0bb4ba4c07b0c6000453016d47bc4d Mon Sep 17 00:00:00 2001 From: Gabe <7622243+decentralgabe@users.noreply.github.com> Date: Wed, 3 Apr 2024 10:29:51 -0700 Subject: [PATCH] Create security.yml --- .github/workflows/security.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/security.yml diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml new file mode 100644 index 00000000..fcb25fcc --- /dev/null +++ b/.github/workflows/security.yml @@ -0,0 +1,22 @@ +name: Security and License Scans + +on: + pull_request_target: + branches: + - main + + push: + branches: + - main + + # Run every day at 5am UTC + schedule: + - cron: "0 5 * * *" + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +jobs: + security-license-scan: + uses: TBD54566975/open-source-programs/.github/workflows/security.yml@main + secrets: inherit