Skip to content

Commit f85b074

Browse files
committed
FIXUP use a proper repo using NPM, use a fixed branch of scan runner to fix main scan only scanners
1 parent 618e125 commit f85b074

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/scan-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ jobs:
124124
"token": "${{ steps.github-token.outputs.token }}",
125125
"owner": "boostsecurityio",
126126
"repo": "scan-test-runner-gitbub-actions",
127-
"workflow_id": "test-scanner.yml"
127+
"workflow_id": "test-scanner.yml",
128+
"ref": "BST-17994-fix-main-branch-detection"
128129
}
129130
registry-repo: "${{ github.repository_owner }}/${{ github.event.repository.name }}"
130131
base-ref: "${{ github.base_ref }}"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "1.0"
22
tests:
3-
- name: "pnpm"
3+
- name: "docusaurus"
44
type: "source-code"
55
source:
6-
url: "https://github.com/pnpm/pnpm.git"
7-
ref: "main"
6+
url: "https://github.com/facebook/docusaurus.git"
7+
ref: "v3.2.1"

0 commit comments

Comments
 (0)