Skip to content

Commit

Permalink
Merge branch 'main' into issue-94
Browse files Browse the repository at this point in the history
  • Loading branch information
decentralgabe authored Apr 3, 2024
2 parents 4f52a0c + 98c10ef commit e2a9268
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e2a9268

Please sign in to comment.