8000 GitHub - snyk/driftctl-action at v1.0.2
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

GitHub Action for driftctl

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 15

0