Skip to content

Commit

Permalink
updated gh actions @Version
Browse files Browse the repository at this point in the history
  • Loading branch information
YaokunLin committed Jul 28, 2023
1 parent 7982230 commit 31651e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ concurrency:

jobs:
call-workflow-playwright-test:
uses: button-inc/gh-actions/.github/workflows/test-code-playwright.yml@develop
uses: button-inc/gh-actions/.github/workflows/test-code-playwright.yml@v0.1.0
with:
package-manager: 'pnpm'
8 changes: 4 additions & 4 deletions .github/workflows/scan-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@ concurrency:

jobs:
call-workflow-trivy-scan:
uses: button-inc/gh-actions/.github/workflows/scan-code-trivy.yml@develop
uses: button-inc/gh-actions/.github/workflows/scan-code-trivy.yml@v0.1.0

call-workflow-husky-scan:
uses: button-inc/gh-actions/.github/workflows/scan-code-husky.yml@develop
uses: button-inc/gh-actions/.github/workflows/scan-code-husky.yml@v0.1.0
with:
working-directory: ./app
node-version: '18'

call-workflow-gitleaks-scan:
uses: button-inc/gh-actions/.github/workflows/scan-code-gitleaks.yml@develop
uses: button-inc/gh-actions/.github/workflows/scan-code-gitleaks.yml@v0.1.0
with:
notify-user-list: "@shon-button,@YaokunLin"
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
gitleaks-license: ${{ secrets.GITLEAKS_LICENSE}}

call-workflow-owasp-zap-scan:
uses: button-inc/gh-actions/.github/workflows/scan-code-owasp-zap.yml@develop
uses: button-inc/gh-actions/.github/workflows/scan-code-owasp-zap.yml@v0.1.0
with:
target-url: 'http://localhost:3000'
package-manager: 'pnpm'
Expand Down

0 comments on commit 31651e8

Please sign in to comment.