Skip to content

Commit

Permalink
Update ci_cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayupadhyay19 authored Sep 5, 2024
1 parent 76dcc81 commit de60a6c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- "*"
branches:
- main
- vupadhya/mendallie

env:
MAIN_PYTHON_VERSION: '3.12'
Expand Down Expand Up @@ -132,3 +133,12 @@ jobs:
cname: ${{ env.DOCUMENTATION_CNAME }}
token: ${{ secrets.GITHUB_TOKEN }}
doc-artifact-name: documentation-html-with-api
#####################################
# 1. job: Mend Security Testing
#####################################
#####################################
mend-security:
uses: ./.github/workflows/mend.yaml
with:
package_type: "go"
secrets: inherit

0 comments on commit de60a6c

Please sign in to comment.