Skip to content

Commit

Permalink
Merge pull request #12 from digitalpolygon/feature/reuse-security-wor…
Browse files Browse the repository at this point in the history
…kflow

Reuse security workflow from Digital Polygon standard workflows library
  • Loading branch information
lpeabody authored Nov 16, 2022
2 parents e61be14 + 83632bf commit 27d07f6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,6 @@ on:
- cron: '0 3 * * *'

jobs:
composer:
name: Composer
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: The PHP Security Checker
uses: symfonycorp/security-checker-action@v3
drupal:
name: Drupal
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Drupal package security scanner
uses: lpeabody/drupal-security-action@1.0.0
drupal_security:
name: Drupal project security
uses: digitalpolygon/github-actions-library/.github/workflows/drupal_security.yml@1.0.0
25 changes: 25 additions & 0 deletions .idea/jsonSchemas.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 27d07f6

Please sign in to comment.