Skip to content

Commit

Permalink
Merge pull request #4 from zzzm1lo/zzzm1lo-patch-1
Browse files Browse the repository at this point in the history
Zzzm1lo patch 1
  • Loading branch information
zzzm1lo authored Mar 26, 2024
2 parents 0658b84 + f366b91 commit d6fc968
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/workflows/tfsec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.

name: tfsec

on:
push:
branches: [ "prod","dev","staging" ]
pull_request:
branches: [ "prod" ]
schedule:
- cron: '41 9 * * 6'

jobs:
tfsec:
name: Run tfsec sarif report
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write

steps:
- name: Clone repo
uses: actions/checkout@v3

- name: Run tfsec
uses: aquasecurity/tfsec-sarif-action@21ded20e8ca120cd9d3d6ab04ef746477542a608
with:
sarif_file: tfsec.sarif

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2
with:
# Path to SARIF file relative to the root of the repository
sarif_file: tfsec.sarif
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# week11
Week11: working with github actions
uopdated version

0 comments on commit d6fc968

Please sign in to comment.