Hacienda es una aplicación que se conecta al API del Ministerio de Hacienda de Costa Rica.
Vía goblin.run
$ curl -sf http://goblin.run/github.com/kevinah95/hacienda | sh
$ brew install kevinah95/tap/hacienda
$ go install github.com/kevinah95/hacienda@latest
- Descargar el binario de releases.
Este proyecto utiliza Cosign para firmar los archivos binarios.
Cosign es una utilidad de línea de comandos que puede firmar y verificar artefactos de software, como imágenes de contenedores y blobs.
Para verificar la firma con cosign
, vea este ejemplo:
$ cosign verify-blob --key cosign.pub --signature signatures/hacienda.sig ./hacienda
cosign.pub
: Se encuentra en el directorio raíz del proyecto.hacienda.sig
: Se encuentra en el archivo comprimido en releases../hacienda
: Es el artefacto de software a verificar.
Para más información visite la documentación de sigstore o la sección de firma de GoReleaser.
Copyright 2023 Kevin Hernández Rostrán
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.