Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhao99 committed Dec 13, 2023
1 parent adef024 commit f9d3d83
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions .github/workflows/tfsec.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
# Use this action if we want these alerts to show up in the Github Security Alerts: https://github.com/marketplace/actions/run-tfsec-with-sarif-upload
# Use this action if we want these alerts to be added as comments on a PR: https://github.com/marketplace/actions/run-tfsec-with-sarif-upload
# This action repo: https://github.com/aquasecurity/tfsec-action
name: tfsec

on:
push:
branches:
- main
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
tfsec:
name: tfsec
runs-on: ubuntu-latest

steps:
- name: Clone repo
uses: actions/checkout@master
- name: tfsec
uses: aquasecurity/[email protected]
with:
# added these exceptions for now, the ticket to fix them is here: https://github.com/CDCgov/prime-simplereport/issues/5879
additional_args: -e azure-keyvault-ensure-key-expiry,azure-keyvault-no-purge
## Use this action if we want these alerts to show up in the Github Security Alerts: https://github.com/marketplace/actions/run-tfsec-with-sarif-upload
## Use this action if we want these alerts to be added as comments on a PR: https://github.com/marketplace/actions/run-tfsec-with-sarif-upload
## This action repo: https://github.com/aquasecurity/tfsec-action
#name: tfsec
#
#on:
# push:
# branches:
# - main
# pull_request:
#
#concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}
# cancel-in-progress: true
#
#jobs:
# tfsec:
# name: tfsec
# runs-on: ubuntu-latest
#
# steps:
# - name: Clone repo
# uses: actions/checkout@master
# - name: tfsec
# uses: aquasecurity/[email protected]
# with:
# # added these exceptions for now, the ticket to fix them is here: https://github.com/CDCgov/prime-simplereport/issues/5879
# additional_args: -e azure-keyvault-ensure-key-expiry,azure-keyvault-no-purge

0 comments on commit f9d3d83

Please sign in to comment.