Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Merge pull request #42 from avnes/dependabot/pip/jinja2-3.1.3 #42

Merge pull request #42 from avnes/dependabot/pip/jinja2-3.1.3

Merge pull request #42 from avnes/dependabot/pip/jinja2-3.1.3 #42

Workflow file for this run

name: tfsec
on:
push:
branches:
- main
paths-ignore:
- '.github/**'
workflow_dispatch:
jobs:
tfsec:
name: tfsec sarif report
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@master
- name: tfsec
uses: tfsec/tfsec-sarif-action@master
with:
sarif_file: tfsec.sarif
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: tfsec.sarif