Skip to content

Commit

Permalink
Optimize blackduck scan interval. (#4)
Browse files Browse the repository at this point in the history
Gleb Levitin <[email protected]>, Mercedes-Benz Tech Innovation GmbH
  • Loading branch information
levitin committed Nov 8, 2024
1 parent aec7b48 commit dc87cc9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/blackduck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
env:
DETECT_PROJECT_NAME: ${{ github.repository }}
DETECT_PROJECT_VERSION_LICENSE: MIT License
DETECT_GO_MOD_DEPENDENCY_TYPES_EXCLUDED: UNUSED
DETECT_POLICY_CHECK_FAIL_ON_SEVERITIES: ALL
DETECT_BLACKDUCK_SIGNATURE_SCANNER_ARGUMENTS: '--min-scan-interval=0'
with:
blackduck_url: ${{ secrets.BLACKDUCK_URL }}
blackduck_token: ${{ secrets.BLACKDUCK_API_TOKEN }}
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
[![build](https://github.com/mercedes-benz/gitflow-cli/actions/workflows/build.yml/badge.svg)](https://github.com/mercedes-benz/gitflow-cli/actions/workflows/build.yml)
[![blackduck](https://github.com/mercedes-benz/gitflow-cli/actions/workflows/blackduck.yml/badge.svg)](https://github.com/mercedes-benz/gitflow-cli/actions/workflows/blackduck.yml)

Gitflow is a branching model that organizes feature development, releases, and hotfixes into dedicated branches,
providing a structured approach for managing complex software projects with routine release timelines.
Gitflow is a [branching model](https://nvie.com/posts/a-successful-git-branching-model/) that organizes feature development,
releases, and hotfixes into dedicated branches, providing a structured approach to managing complex software projects with
reliable releases based on [semantic versioning](https://semver.org/).

The **gitflow-cli** automates release workflow process, saving considerable time and reducing the risk of errors.
It keeps your Git graph clean and consistent, enhancing project stability through semantic versioning.
The **gitflow-cli** automates this release workflow process, saving time and reducing the risk of errors.
It maintains a clean and consistent Git graph, contributing to overall project stability.

<img src=".github/assets/gitflow-cli-demo.png" alt="gitflow-cli-demo" width="700" />
<img src=".github/assets/gitflow-cli-demo.png" alt="gitflow-cli-demo" width="600" />

## Installation

Expand Down

0 comments on commit dc87cc9

Please sign in to comment.