Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Added workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
awshuss committed Nov 17, 2023
1 parent 9095b13 commit 7501ce1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/static-vol-selfserve-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
security-events: write
# security-events: write

jobs:

Expand All @@ -29,21 +29,21 @@ jobs:
security:
# name: Run security Check
if: github.event_name == 'pull_request' && github.event_name != 'pull_request_review'
uses: dvsa/.github/.github/workflows/php-security.yml@main
uses: dvsa/.github/.github/workflows/php-security.yml@v3.2.0
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

static-analysis:
# name: Perform static analysis
if: github.event_name == 'pull_request' && github.event_name != 'pull_request_review'
uses: dvsa/.github/.github/workflows/php-static.yml@main
uses: dvsa/.github/.github/workflows/php-static.yml@v3.2.0
with:
php-version: '7.4'

tests:
# name: Run tests
if: github.event_name == 'pull_request' && github.event_name != 'pull_request_review'
uses: dvsa/.github/.github/workflows/php-tests.yml@main
uses: dvsa/.github/.github/workflows/php-tests.yml@v3.2.0
with:
php-versions: "[\"7.4\"]"
fail-fast: false
Expand Down

0 comments on commit 7501ce1

Please sign in to comment.