Skip to content

add docker step

add docker step #3

Workflow file for this run

name: tfsec
on:
push:
branches:
- main
pull_request:
jobs:
tfsec:
name: tfsec
runs-on: self-hosted
steps:
- name: Build and push Docker images
uses: docker/[email protected]
- name: Clone repo
uses: actions/checkout@master
- name: tfsec
uses: aquasecurity/[email protected]