Skip to content

Commit

Permalink
ci(expo): delete build flow and improve snyk check (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
arenault-pass authored Apr 19, 2024
1 parent b8b3104 commit 22a9ca0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 30 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/eas-build.yml

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/securityCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
args: --json
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

- name: Save Snyk results to output
run: echo "SNYK_RESULT=$(cat snyk-results.json)" >> $GITHUB_ENV

- name: Comment PR with Snyk results
if: github.event_name == 'pull_request'
Expand All @@ -40,7 +43,7 @@ jobs:
message: |
### 🛡️ Snyk Security Results
```
${{ steps.snyk.outputs.stdout }}
${{ env.SNYK_RESULT }}
```
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 22a9ca0

Please sign in to comment.