Skip to content

chore: Update Packer and Terraform workflows for AMI creation and dep… #33

chore: Update Packer and Terraform workflows for AMI creation and dep…

chore: Update Packer and Terraform workflows for AMI creation and dep… #33

Workflow file for this run

name: Find Secrets
# Controls when the workflow will run
on:
[push, pull_request]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
startup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: max/secret-scan@master
continue-on-error: true