diff --git a/iac/example.yml b/iac/example.yml index d2e66e7..5b5088c 100644 --- a/iac/example.yml +++ b/iac/example.yml @@ -23,10 +23,12 @@ jobs: # or you can signup for free at https://snyk.io/login SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} with: - # Add the path to the configuration file that you would like to test. + # Scan the whole repository + file: . + # Alternatively, add the path to the configuration file that you would like to test. # For example `deployment.yaml` for a Kubernetes deployment manifest # or `main.tf` for a Terraform configuration file - file: your-file-to-test.yaml + # file: your-file-to-test.yaml - name: Upload result to GitHub Code Scanning uses: github/codeql-action/upload-sarif@v1 with: