Skip to content

Commit

Permalink
Merge pull request #589 from wultra/issues/job_credentials_for_deploy…
Browse files Browse the repository at this point in the history
…ment

Issues/job credentials for deployment
  • Loading branch information
zcgandcomp authored Dec 22, 2022
2 parents 744a7cf + 6bf963d commit 5b5743c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ jobs:
secrets:
username: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
password: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
gpg_passphrase: ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}
gpg_key: ${{ secrets.OSSRH_GPG_SECRET_KEY }}
12 changes: 12 additions & 0 deletions .github/workflows/owas-dependecy-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Run OWASP Dependency Check
on:
workflow_dispatch:

push:
branches:
- 'develop'

jobs:
owasp-check:
uses: wultra/wultra-infrastructure/.github/workflows/owasp-dependency-check.yml@develop
secrets: inherit

0 comments on commit 5b5743c

Please sign in to comment.