Skip to content
Permalink
main

Commits on Jan 26, 2022

  1. Bump ossf/scorecard-action from 1.0.1 to 1.0.2

    Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 1.0.1 to 1.0.2.
    - [Release notes](https://github.com/ossf/scorecard-action/releases)
    - [Commits](ossf/scorecard-action@e3e75cf...c8416b0)
    
    ---
    updated-dependencies:
    - dependency-name: ossf/scorecard-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot authored and jeffmendoza committed Jan 26, 2022
  2. Bump github.com/google/go-cmp from 0.5.6 to 0.5.7

    Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.6 to 0.5.7.
    - [Release notes](https://github.com/google/go-cmp/releases)
    - [Commits](google/go-cmp@v0.5.6...v0.5.7)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/google/go-cmp
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot authored and jeffmendoza committed Jan 26, 2022
  3. Setup staging environment for Allstar.

    Using cloudbuild.yaml, Allstar will deploy to staging first with
    app-staging.yaml The appengine yamls will set enviornment variables to
    differientate between staging and prod. The pkg/config/operator package will
    pull in these settings from the environment variables. There will be a seperate
    yaml, similar to cloudbuild.yaml for deploying to prod using
    app-prod.yaml. This will be entered directly into Cloud Build, and triggered
    manually.
    jeffmendoza committed Jan 26, 2022

Commits on Jan 25, 2022

  1. Temporarily disable Ownerless check due to GitHub API bug.

    ListTeams is not working unless Allstar is installed on all repos of the
    org. Seems to be a GitHub bug. Not sure if this will be fixed and this code can
    be re enabled, or if it will need to be refactored to use a different API.
    jeffmendoza committed Jan 25, 2022

Commits on Jan 20, 2022

  1. Rollback 98

    jeffmendoza committed Jan 20, 2022
  2. binary: Fixup repoClient args

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus authored and jeffmendoza committed Jan 20, 2022
  3. binary: Add repoLogger for githubrepo.CreateGithubRepoClient

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus authored and jeffmendoza committed Jan 20, 2022
  4. binary: Stub SARIF log methods to satisfy checker.DetailLogger

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus authored and jeffmendoza committed Jan 20, 2022
  5. binary: Drop deprecated fields from checker.CheckRequest

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus authored and jeffmendoza committed Jan 20, 2022
  6. binary: Update logger methods to use checker.LogMessage

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus authored and jeffmendoza committed Jan 20, 2022
  7. go.mod: Update to github.com/ossf/scorecard/v4@v4.0.1

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus authored and jeffmendoza committed Jan 20, 2022

Commits on Jan 18, 2022

  1. Bump ossf/scorecard-action from 0.0.2 to 1.0.1

    Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 0.0.2 to 1.0.1.
    - [Release notes](https://github.com/ossf/scorecard-action/releases)
    - [Commits](ossf/scorecard-action@5f4e314...e3e75cf)
    
    ---
    updated-dependencies:
    - dependency-name: ossf/scorecard-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot authored and jeffmendoza committed Jan 18, 2022
  2. Bump github.com/bradleyfalzon/ghinstallation/v2 from 2.0.3 to 2.0.4

    Bumps [github.com/bradleyfalzon/ghinstallation/v2](https://github.com/bradleyfalzon/ghinstallation) from 2.0.3 to 2.0.4.
    - [Release notes](https://github.com/bradleyfalzon/ghinstallation/releases)
    - [Commits](bradleyfalzon/ghinstallation@v2.0.3...v2.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/bradleyfalzon/ghinstallation/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot authored and jeffmendoza committed Jan 18, 2022
  3. Bump github.com/rs/zerolog from 1.26.0 to 1.26.1

    Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.26.0 to 1.26.1.
    - [Release notes](https://github.com/rs/zerolog/releases)
    - [Commits](rs/zerolog@v1.26.0...v1.26.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/rs/zerolog
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot authored and jeffmendoza committed Jan 18, 2022

Commits on Jan 11, 2022

  1. Bump ossf/scorecard-action from 0.0.1 to 0.0.2

    Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 0.0.1 to 0.0.2.
    - [Release notes](https://github.com/ossf/scorecard-action/releases)
    - [Commits](ossf/scorecard-action@175f597...5f4e314)
    
    ---
    updated-dependencies:
    - dependency-name: ossf/scorecard-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot authored and jeffmendoza committed Jan 11, 2022

Commits on Jan 6, 2022

  1. Create scorecards-analysis.yml

    jeffmendoza authored and laurentsimon committed Jan 6, 2022

Commits on Dec 10, 2021

  1. Update manual-install.md

    Fix links; fix broken code snippets
    olivekl authored and jeffmendoza committed Dec 10, 2021
  2. Update manual-install.md

    Fix links
    olivekl authored and jeffmendoza committed Dec 10, 2021
  3. Update README.md

    Fix caps
    olivekl authored and jeffmendoza committed Dec 10, 2021
  4. Update README.md

    Change heading title
    olivekl authored and jeffmendoza committed Dec 10, 2021
  5. Update README.md

    Add links
    olivekl authored and jeffmendoza committed Dec 10, 2021
  6. Update README.md

    Clarity fix
    olivekl authored and jeffmendoza committed Dec 10, 2021
  7. Update README.md

    Fix link
    olivekl authored and jeffmendoza committed Dec 10, 2021
  8. Update README.md

    Add Configurations Definitions, fix TOC
    olivekl authored and jeffmendoza committed Dec 10, 2021
  9. Update README.md

    Move Secondary Config section to bottom; Move some Policy content; finish TOC
    olivekl authored and jeffmendoza committed Dec 10, 2021
  10. Update README.md

    Add Allstar logo image at top
    olivekl authored and jeffmendoza committed Dec 10, 2021
  11. Update manual-install.md

    Fix broken link
    olivekl authored and jeffmendoza committed Dec 10, 2021
Older