Skip to content

Commit

Permalink
bsr: replace script and fix snyk result
Browse files Browse the repository at this point in the history
  • Loading branch information
caxewsh committed Sep 18, 2024
1 parent 44d567d commit c08a564
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitCheck.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: gitleaks

on: [pull_request, push, workflow_dispatch]
on: [push, workflow_dispatch]
jobs:
scan:
name: gitleaks
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/securityCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: snyk/actions/node@master
continue-on-error: true # Continue to comment even if vulnerabilities are found
with:
args: --json
args: --json-file-output=snyk-results.json
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

Expand All @@ -43,6 +43,6 @@ jobs:
message: |
### 🛡️ Snyk Security Results
```
${{ steps.snyk.outputs.SNYK_RESULT }}
${{ env.SNYK_RESULT }}
```
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"web": "expo start --web",
"prettier": "prettier 'screens/**/*.js'",
"test": "maestro test .maestro/",
"update:deps": "npx expo install --fix"
"update:deps": "npx expo install --fix",
"update:secrets": "eas secret:push --scope project --env-file .env --force"
},
"dependencies": {
"@expo/ngrok": "^4.1.0",
Expand Down
39 changes: 0 additions & 39 deletions scripts/set-ip.sh

This file was deleted.

0 comments on commit c08a564

Please sign in to comment.