Skip to content

Merge pull request #74 from gtsorbo/patch-1 #193

Merge pull request #74 from gtsorbo/patch-1

Merge pull request #74 from gtsorbo/patch-1 #193

Workflow file for this run

name: ci-pipeline
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
pull-requests: read
security-events: write
jobs:
tfsec:
name: tfsec report
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@master
- name: tfsec
uses: tfsec/[email protected]
with:
sarif_file: tfsec.sarif
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: tfsec.sarif