Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/run-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ on:

permissions:
checks: write
pull-requests: write

jobs:
e2e_tests:
name: Run E2E Tests
runs-on: ubuntu-latest
permissions:
checks: write
pull-requests: write
environment: ${{ inputs.environment || 'default-private' }}
steps:
- name: Checkout code
Expand Down Expand Up @@ -92,7 +94,7 @@ jobs:
run: yarn docker:logs

- name: Publish Results
uses: dorny/test-reporter@v1
uses: dorny/test-reporter@d61b558e8df85cb60d09ca3e5b09653b4477cea7 # v1
id: test-reporter
if: ${{ github.repository == 'vechain/thor-e2e-tests' && (success() || failure()) }}
with:
Expand Down
26 changes: 26 additions & 0 deletions .github/workflows/scan-workflows.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Zizmor Scan

on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
paths: ['.github/workflows/**']

permissions: {}

jobs:
zizmor:
uses: vechain/github-actions-public/.github/workflows/scan-workflows.yaml@77660aeff2fac9bbb704b3a2ce786814d0b632fa # v.1.1.0
with:
persona: 'auditor'
min_severity: 'high'
min_confidence: 'high'
permissions:
contents: read
actions: read
checks: write
issues: write
pull-requests: write
secrets:
ZIZMOR_TOKEN: ${{ secrets.ZIZMOR_TOKEN }}
Loading