Skip to content

Commit 893a92f

Browse files
chore: Cherry-picked changes from upstream (#17)
* Reduce warnings noise: skip git info without .git dir and avoid CLI version check (#316) * FF-000 - Skip git info collection when no .git directory exists * FF-000 - Set JFROG_CLI_AVOID_NEW_VERSION_WARNING to avoid GitHub API rate limits * Enhance Git information collection by checking for .git directory existence and set JFROG_CLI_AVOID_NEW_VERSION_WARNING to true * Reduce warnings noise: skip git info without .git dir and avoid CLI version check (#316) * FF-000 - Skip git info collection when no .git directory exists * FF-000 - Set JFROG_CLI_AVOID_NEW_VERSION_WARNING to avoid GitHub API rate limits * Enhance Git information collection by checking for .git directory existence and set JFROG_CLI_AVOID_NEW_VERSION_WARNING to true * Update JFrog CLI default version to 2.88.0 (#317) * workflow updated * Merge pull request #19 from step-security/npm-audit-fix chore: code built * Update test.yml * version upgraded * build updated --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Raj-StepSecurity <rajkumar@stepsecurity.io>
2 parents d32973e + 9abecfc commit 893a92f

File tree

10 files changed

+419
-332
lines changed

10 files changed

+419
-332
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
os: ${{ github.actor == 'dependabot[bot]' && fromJSON('["ubuntu-latest"]') || fromJSON('["ubuntu-latest", "macos-13", "windows-latest"]') }}
15-
cli-version: [ "", "latest", "1.46.4" ]
14+
os: ${{ github.actor == 'dependabot[bot]' && fromJSON('["ubuntu-latest"]') || fromJSON('["ubuntu-latest", "macos-15", "windows-latest"]') }}
15+
cli-version: [ "", "latest", "2.31.0" ]
1616
fail-fast: false
1717
steps:
1818
# Checkout and install prerequisites

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: "step-security"
44
inputs:
55
version:
66
description: "JFrog CLI Version"
7-
default: "2.81.0"
7+
default: "2.88.0"
88
required: false
99
download-repository:
1010
description: "Remote repository in Artifactory pointing to 'https://releases.jfrog.io/artifactory/jfrog-cli'. Use this parameter in case you don't have an Internet access."

0 commit comments

Comments
 (0)