From a30462fad3de372dc009f56a6a829ccb2c0c3b43 Mon Sep 17 00:00:00 2001 From: Mario Constanti Date: Tue, 17 Sep 2024 15:25:01 +0200 Subject: [PATCH] chore: remove binary release artefact creation (#29) Signed-off-by: Mario Constanti --- .github/workflows/scorecard.yml | 16 ---------------- .goreleaser.yaml | 2 -- 2 files changed, 18 deletions(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 4100815..a78496f 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -28,9 +28,6 @@ jobs: security-events: write # Needed to publish results and get a badge (see publish_results below). id-token: write - # Uncomment the permissions below if installing in a private repository. - # contents: read - # actions: read steps: - name: "Checkout code" @@ -43,19 +40,6 @@ jobs: with: results_file: results.sarif results_format: sarif - # (Optional) "write" PAT token. Uncomment the `repo_token` line below if: - # - you want to enable the Branch-Protection check on a *public* repository, or - # - you are installing Scorecard on a *private* repository - # To create the PAT, follow the steps in https://github.com/ossf/scorecard-action?tab=readme-ov-file#authentication-with-fine-grained-pat-optional. - # repo_token: ${{ secrets.SCORECARD_TOKEN }} - - # Public repositories: - # - Publish results to OpenSSF REST API for easy access by consumers - # - Allows the repository to include the Scorecard badge. - # - See https://github.com/ossf/scorecard-action#publishing-results. - # For private repositories: - # - `publish_results` will always be set to `false`, regardless - # of the value entered here. publish_results: true # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF diff --git a/.goreleaser.yaml b/.goreleaser.yaml index fd3f95e..a59beee 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -24,8 +24,6 @@ archives: - id: "tar ball" format: tar.gz name_template: "{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}" - - id: "binary" - format: binary checksum: name_template: "checksums.txt"