Skip to content

snyk/driftctl-action

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

Repository files navigation

GitHub Action for driftctl

driftctl-action runs a full driftctl scan in your GitHub Actions workflow.

Inputs

version

The version of driftctl to install. Default to latest.

Example usage

name: Test Workflow

on: [push, pull_request]

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v2
      - name: Run driftctl
        uses: cloudskiff/driftctl-action@v1
        with:
          version: 0.6.0

Packages

No packages published

Contributors 14