Skip to content

Commit

Permalink
commits from test-branch-1
Browse files Browse the repository at this point in the history
Signed-off-by: ajmalabu <[email protected]>
  • Loading branch information
ajmalab committed Oct 27, 2024
0 parents commit e03bea9
Show file tree
Hide file tree
Showing 48 changed files with 10,001 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
8 changes: 8 additions & 0 deletions .github/workflows/generate-sbom.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: "Generate sBOM"
on: push

jobs:
build-and-generate-sbom:
uses: ajmalab/workflow-sbom-generator/.github/workflows/generate_and_upload_sbom.yaml@main


2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.gradle
.idea
Binary file added .gradle/7.6/checksums/checksums.lock
Binary file not shown.
Binary file added .gradle/7.6/checksums/md5-checksums.bin
Binary file not shown.
Binary file added .gradle/7.6/checksums/sha1-checksums.bin
Binary file not shown.
Binary file not shown.
Empty file.
Binary file added .gradle/7.6/executionHistory/executionHistory.lock
Binary file not shown.
Binary file added .gradle/7.6/fileChanges/last-build.bin
Binary file not shown.
Binary file added .gradle/7.6/fileHashes/fileHashes.lock
Binary file not shown.
Empty file added .gradle/7.6/gc.properties
Empty file.
Binary file added .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
2 changes: 2 additions & 0 deletions .gradle/buildOutputCleanup/cache.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#Thu Jan 26 18:39:47 AST 2023
gradle.version=7.6
Empty file added .gradle/vcs-1/gc.properties
Empty file.
15 changes: 15 additions & 0 deletions .idea/checkstyle-idea.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

270 changes: 270 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions HELP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Getting Started

### Reference Documentation
For further reference, please consider the following sections:

* [Official Gradle documentation](https://docs.gradle.org)
* [Spring Boot Gradle Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/3.0.1/gradle-plugin/reference/html/)
* [Create an OCI image](https://docs.spring.io/spring-boot/docs/3.0.1/gradle-plugin/reference/html/#build-image)

### Additional Links
These additional references should also help you:

* [Gradle Build Scans – insights for your project's build](https://scans.gradle.com#gradle)

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# dependency-diff-check

Demo multi-module gradle project.
Loading

0 comments on commit e03bea9

Please sign in to comment.