Skip to content

Commit

Permalink
Adicionando arquivo: .github/workflows/infosec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sonarqubemm committed Jun 27, 2024
1 parent fed5abd commit 23e266c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/infosec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Application security

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

jobs:
scans:
uses: madeiramadeirabr/private_action-information-security-validators/.github/workflows/main.yml@production
secrets: inherit

0 comments on commit 23e266c

Please sign in to comment.