Skip to content

Update Deployment.yml #5

Update Deployment.yml

Update Deployment.yml #5

Workflow file for this run

name: Test and Deploy to Minikube
on:
push:
branches:
- main
jobs:
test_and_deploy:
runs-on: ubuntu-latest
steps:
# Step 1: Check out the code from the repository
- name: Check out code
uses: actions/checkout@v2
# Step 2: Snyk Vulnerability Scan (Server)
- name: Snyk Code and Dependency Scan (Server)
uses: snyk/actions/node@master
with:
command: test
args: server
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
# Step 3: Snyk Vulnerability Scan (Client)
- name: Snyk Code and Dependency Scan (Client)
uses: snyk/actions/node@

Check failure on line 28 in .github/workflows/Deployment.yml

View workflow run for this annotation

GitHub Actions / Test and Deploy to Minikube

Invalid workflow file

The workflow is not valid. .github/workflows/Deployment.yml (Line: 28, Col: 15): Expected format {org}/{repo}[/path]@ref. Actual 'snyk/actions/node@' Input string was not in a correct format. Failure to parse near offset 78. Expected an ASCII digit.