Skip to content

Github Action for using the lpeabody/drupal-security Docker image to check Drupal package security advisories.

Notifications You must be signed in to change notification settings

lpeabody/drupal-security-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Drupal Security Github Action

Github Action for using the lpeabody/drupal-security Docker image to check Drupal package security advisories.

Usage

With composer.json and composer.lock in the current working directory:

jobs:
  check-security:
    ...
    - uses: lpeabody/drupal-security-action@1.0.0

With composer.json and composer.lock elsewhere, specify the path to the directory which contains those files:

jobs:
  check-security:
    ...
    - uses: lpeabody/drupal-security-action@1.0.0
      working-directory: /path/to/composer/files

If you need to whitelist a security package due to false positives (or you just want to ignore this youshouldneverignoresecuritywarnings), add a comma-separated list of package names and version pairings:

jobs:
  check-security:
    ...
    - uses: lpeabody/drupal-security-action@1.0.0
      with:
        allowed: 'drupal/group:1.0.0-rc5,drupal/false_positive:5.2.0'

About

Github Action for using the lpeabody/drupal-security Docker image to check Drupal package security advisories.

Resources

Stars

Watchers

Forks

Packages

No packages published