Skip to content

Added license header for apache 2 (#244) #1243

Added license header for apache 2 (#244)

Added license header for apache 2 (#244) #1243

Workflow file for this run

name: tfsec
on:
schedule:
- cron: 0 0 * * *
push:
branches:
- master
pull_request:
branches:
- master
jobs:
tfsec:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@master
- name: tfsec
uses: aquasecurity/tfsec-action@v1.0.0