Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #53

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
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
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,12 @@ jobs:
- name: Authenticate with Snyk
run: snyk auth ${{ secrets.SNYK_GH_ACTIONS_TOKEN }}

# - name: Run Snyk Monitor Scan
# run: snyk monitor --org=${{ vars.SNYK_ORG }} --remote-repo-url=${{ github.repository }}
- name: Snyk Monitor Scan
run: snyk monitor --org=${{ vars.SNYK_ORG }} --remote-repo-url=${{ github.repository }}

# Step 9: Run Snyk Open Source Scan and Diff
- name: Run Snyk Delta Scan
run: /bin/bash snyk_delta_all_projects.sh --org=${{ vars.SNYK_ORG }} --remote-repo-url=${{ github.repository }} --setPassIfNoBaseline true

run: /bin/bash snyk_delta_all_projects.sh --org=${{ vars.SNYK_ORG }} --remote-repo-url=${{ github.repository }} --severity-threshold=medium
- name: Run Snyk Monitor Scan
run: snyk monitor --all-projects --org=${{ vars.SNYK_ORG }} --remote-repo-url=${{ github.repository }}

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,8 @@ For a list of all contributors to the OWASP Juice Shop please visit our

This program is free software: you can redistribute it and/or modify it under the terms of the [MIT license](LICENSE).
OWASP Juice Shop and any contributions are Copyright © by Bjoern Kimminich & the OWASP Juice Shop contributors

//
2014-2023.

![Juice Shop Logo](https://raw.githubusercontent.com/bkimminich/juice-shop/master/frontend/src/assets/public/images/JuiceShop_Logo_400px.png)
Loading