Skip to content

padok-team/guacamole-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Guacamole-action

This GitHub Action runs guacamole against infrastructure-as-code to identify code smells and bad practices

Example of usage

on: [push]

jobs:
  guacamole-quality-scan:
    runs-on: ubuntu-latest
    name: guacamole-static-check
    steps:
      - name: Checkout repo
        uses: actions/checkout@master
      - name: Run guacamole action
        id: guacamole
        uses: padok-team/[email protected]