Projects STRLCPY grype Commits f413341f
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    .github/workflows/codeql-analysis.yml
    skipped 57 lines
    58 58   - name: Set correct version of Golang to use during CodeQL run
    59 59   uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
    60 60   with:
    61  - go-version: '1.18'
     61 + go-version: '1.19'
    62 62   check-latest: true
    63 63   
    64 64   # Initializes the CodeQL tools for scanning.
    skipped 25 lines
  • ■ ■ ■ ■
    .github/workflows/release.yaml
    skipped 8 lines
    9 9   - "v*"
    10 10   
    11 11  env:
    12  - GO_VERSION: "1.18.x"
     12 + GO_VERSION: "1.19.x"
    13 13   GO_STABLE_VERSION: true
    14 14   
    15 15  permissions:
    skipped 192 lines
  • ■ ■ ■ ■
    .github/workflows/update-bootstrap-tools.yml
    skipped 5 lines
    6 6   workflow_dispatch:
    7 7   
    8 8  env:
    9  - GO_VERSION: "1.18.x"
     9 + GO_VERSION: "1.19.x"
    10 10   GO_STABLE_VERSION: true
    11 11   
    12 12  permissions:
    skipped 63 lines
  • ■ ■ ■ ■
    .github/workflows/update-syft-release.yml
    skipped 5 lines
    6 6   workflow_dispatch:
    7 7   
    8 8  env:
    9  - GO_VERSION: "1.18.x"
     9 + GO_VERSION: "1.19.x"
    10 10   GO_STABLE_VERSION: true
    11 11   
    12 12  permissions:
    skipped 43 lines
  • ■ ■ ■ ■
    .github/workflows/validations.yaml
    skipped 6 lines
    7 7   pull_request:
    8 8   
    9 9  env:
    10  - GO_VERSION: "1.18.x"
     10 + GO_VERSION: "1.19.x"
    11 11   GO_STABLE_VERSION: true
    12 12   PYTHON_VERSION: "3.10"
    13 13   
    skipped 333 lines
  • ■ ■ ■ ■
    go.mod
    1 1  module github.com/anchore/grype
    2 2   
    3  -go 1.18
     3 +go 1.19
    4 4   
    5 5  require (
    6 6   github.com/CycloneDX/cyclonedx-go v0.7.1-0.20221222100750-41a1ac565cce
    skipped 304 lines
Please wait...
Page is in error, reload to recover