We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9aa8ad + 1a34e09 commit 07fa16eCopy full SHA for 07fa16e
.github/workflows/jira.yml
@@ -21,7 +21,7 @@ jobs:
21
project: ${{ secrets.JIRA_PROJECT }}
22
issuetype: ${{ secrets.JIRA_ISSUE_TYPE }}
23
summary: |
24
- ${{ github.event.pull_request.title }}
+ Snyk | Vulnerability | ${{ github.event.repository.name }} | ${{ github.event.pull_request.title }}
25
description: |
26
PR: ${{ github.event.pull_request.html_url }}
27
.github/workflows/sca-scan.yml
@@ -12,4 +12,4 @@ jobs:
12
env:
13
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
14
with:
15
- args: --all-projects --fail-on=all --strict-out-of-sync=false
+ args: --all-projects --fail-on=all
0 commit comments