Skip to content

Commit

Permalink
Merge pull request #66 from kronostechnologies/dev/ghas
Browse files Browse the repository at this point in the history
chore: update security workflow to upload to GHAS (QCTECH-140 & QCTECH-141)
  • Loading branch information
meriouma authored Jul 13, 2022
2 parents e79cca8 + b35ab82 commit cc6e862
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/php-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,10 @@ on:

jobs:
psalm-taint-analysis:
uses: equisoft-actions/php-workflows/.github/workflows/php-security.yml@v2
uses: equisoft-actions/php-workflows/.github/workflows/php-security.yml@v3
with:
publish-reports: true
defectdojo-engagement: 11
dependency-track-project-name: "kronos-log"
dependency-track-project-version: "master"
php-version: '7.4'
extensions: pcov
secrets:
GPR_KEY: ${{ secrets.GPR_KEY }}
DEFECTDOJO_URL: ${{ secrets.DEFECTDOJO_URL }}
DEFECTDOJO_TOKEN: ${{ secrets.DEFECTDOJO_TOKEN }}
DEPENDENCY_TRACK_URL: ${{ secrets.DEPENDENCY_TRACK_URL }}
DEPENDENCY_TRACK_API_KEY: ${{ secrets.DEPENDENCY_TRACK_API_KEY }}

0 comments on commit cc6e862

Please sign in to comment.