Skip to content

allowing http non encrypted traffic for internal ALB #96

allowing http non encrypted traffic for internal ALB

allowing http non encrypted traffic for internal ALB #96

Workflow file for this run

---
name: Checkov
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
push:
branches:
- master
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Test with Checkov
id: checkov
uses: bridgecrewio/checkov-action@master
with:
directory: .
framework: terraform