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

Commit

Permalink
Merge pull request #23 from casamagalhaes/devsecops-action
Browse files Browse the repository at this point in the history
Add DevSecOps Workflow
  • Loading branch information
alxvalentim authored Aug 1, 2024
2 parents 52ad734 + ae34227 commit c5835b4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/devsecops.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
run-name: DevSecOps

on:
workflow_dispatch:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]

jobs:
devsecops:
uses: grupoboticario/actions-devsecops-workflows/.github/workflows/devsecops.yml@v0

0 comments on commit c5835b4

Please sign in to comment.