Skip to content

Commit

Permalink
GitHub action updates (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
alismx authored Nov 4, 2024
1 parent b57dae7 commit c2aa5c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment_apply.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Terraform Apply
run-name: Terraform ${{ inputs.terraform_action }} ${{ inputs.workspace }} by @${{ github.actor }}
run-name: Terraform apply ${{ inputs.workspace }} by @${{ github.actor }}

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployment_plan.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Terraform Plan
run-name: Terraform ${{ inputs.terraform_action }} ${{ inputs.workspace }} by @${{ github.actor }}
run-name: Terraform plan ${{ inputs.workspace }} by @${{ github.actor }}

on:
workflow_dispatch:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: trivy
name: Trivy Security Scan

on:
pull_request:
push:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit c2aa5c2

Please sign in to comment.