Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/workflows/sast.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: SAST - Static application security testing

on:
workflow_call:
workflow_dispatch:
push: # Until added to release pipeline

jobs:
appsec-workflow:
uses: ZupIT/appsec-workflow/.github/workflows/[email protected]
with:
debug: false
repository: ${{github.event.repository.name}}
organization: ${{github.repository_owner}}
environment: main
secrets:
report-secret: ${{ secrets.VULN_MNG_REPORT_KEY }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This secret does not exist in this repo.

Copy link
Author

@GuillaumeFalourd GuillaumeFalourd Nov 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's wait for the APP SEC team to add it before merging this PR.