Skip to content

Commit a40d294

Browse files
committed
IND-6310 - CRT Onboarding
1 parent e0ad274 commit a40d294

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,4 +214,5 @@ jobs:
214214
reproducible: report
215215
instructions: |
216216
cp LICENSE "$TARGET_DIR/LICENSE.txt"
217-
go build -o "$BIN_PATH" -trimpath -buildvcs=false
217+
go build -o "$BIN_PATH" -trimpath -buildvcs=false
218+

.release/security-scan.hcl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
container {
2-
dependencies = true
3-
osv = true
4-
secrets = true
5-
6-
}
7-
81
binary {
92
secrets = true
103
go_modules = true

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.5-dev
1+
1.8.5-dev

0 commit comments

Comments
 (0)