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

Merge pull request #45 from avnes/dependabot/pip/ansible-core-2.15.9 #43

Merge pull request #45 from avnes/dependabot/pip/ansible-core-2.15.9

Merge pull request #45 from avnes/dependabot/pip/ansible-core-2.15.9 #43

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