Skip to content

Commit 19da009

Browse files
committed
FIXUP rebase
1 parent faefad5 commit 19da009

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/scan-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@ jobs:
124124
"token": "${{ steps.github-token.outputs.token }}",
125125
"owner": "boostsecurityio",
126126
"repo": "scan-test-runner-gitbub-actions",
127-
"workflow_id": "test-scanner.yml",
128-
"ref": "BST-17994-fix-main-branch-detection"
127+
"workflow_id": "test-scanner.yml"
129128
}
130129
registry-repo: "${{ github.repository_owner }}/${{ github.event.repository.name }}"
131130
base-ref: "${{ github.base_ref }}"

scanners/boostsecurityio/composition/tests.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ tests:
55
source:
66
url: "https://github.com/hounddogai/hounddog-test-healthcare-app.git"
77
ref: "main"
8+
- name: "sones"
9+
type: "source-code"
10+
source:
11+
url: "https://github.com/sones/sones.git"
12+
ref: "master"

0 commit comments

Comments
 (0)