Skip to content

Commit

Permalink
Merge pull request #1 from aserto-dev/gojq
Browse files Browse the repository at this point in the history
use gojq to remove instance_label
  • Loading branch information
gertd authored Sep 16, 2024
2 parents b462bea + 1239cdb commit 615e1fe
Show file tree
Hide file tree
Showing 7 changed files with 4,350 additions and 4,495 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ archives:
- LICENSE
- README.md
name_template: >-
{{ .Env.REPO }}_{{ .Os }}_{{- if eq .Arch "amd64" }}x86_64{{- else }}{{ .Arch }}{{ end }}
{{ .Env.REPO }}-{{ .Os }}-{{ .Arch }}
checksum:
# https://goreleaser.com/customization/checksum/
Expand Down
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"request": "launch",
"mode": "auto",
"cwd": "${workspaceFolder}",
"program": "${fileDirname}",
"program": "${workspaceFolder}/cmd/check2decision",
"args": [
"checks.json"
"-i", "checks.json", "-o", "check_decisions.json"
]
}
]
Expand Down
Loading

0 comments on commit 615e1fe

Please sign in to comment.