Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #56

Open
wants to merge 42 commits into
base: main
Choose a base branch
from
Open

test #56

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
a9bcf2a
test
ajmalab Apr 18, 2023
f2e205e
asda
ajmalab Apr 18, 2023
e175803
test
ajmalab Apr 18, 2023
a619f99
test
ajmalab Apr 18, 2023
edccefb
test
ajmalab Apr 18, 2023
d46eafa
test
ajmalab Apr 18, 2023
f907c9b
fix workflow artifact file extension
ajmalab May 2, 2023
af6d4d5
fix workflow
ajmalab May 2, 2023
fc79200
test
ajmalab May 2, 2023
204098a
test
ajmalab May 2, 2023
311da84
test
ajmalab May 2, 2023
c2361ba
test
ajmalab May 2, 2023
2c6111c
test
ajmalab May 2, 2023
445fc84
test
ajmalab May 2, 2023
e9dfc4f
test
ajmalab May 2, 2023
7affff0
test
ajmalab May 3, 2023
d57f5c7
test
ajmalab May 4, 2023
ff6e3f2
switch to npm
ajmalab May 5, 2023
822901e
test
ajmalab May 18, 2023
dcd47b1
remove files
ajmalab May 18, 2023
ec3c23e
try not
ajmalab May 18, 2023
b924363
test
ajmalab May 18, 2023
872ff5b
test
ajmalab May 18, 2023
d28a83b
test
ajmalab May 18, 2023
7024c13
test
ajmalab May 18, 2023
e8388b7
test
ajmalab May 18, 2023
f401524
test
ajmalab May 18, 2023
a386d2a
test
ajmalab May 18, 2023
e268b2e
test
ajmalab May 18, 2023
3cf25c7
test
ajmalab May 18, 2023
bf12bb0
test
ajmalab May 18, 2023
d05d7d9
test
ajmalab May 18, 2023
5e50777
test
ajmalab May 18, 2023
bbba9a8
test
ajmalab May 18, 2023
a5bcdb7
test
ajmalab May 18, 2023
a4217cd
test
ajmalab May 18, 2023
c5e3aef
test
ajmalab May 18, 2023
e2ac9ec
test
ajmalab May 18, 2023
ad71bdf
test
ajmalab May 18, 2023
c2c2077
Empty-Commit
ajmalab Aug 29, 2023
def2246
add commit to force push
ajmalab Aug 30, 2023
64a3f49
add commit to re-write history
ajmalab Aug 30, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
36 changes: 28 additions & 8 deletions .github/workflows/generate_sbom.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: generate_sbom
run-name: ${{ github.event.pull_request.head.sha }}
run-name: gen_sbom_${{ github.event.pull_request.head.sha }}
on:
workflow_dispatch:
pull_request:
Expand All @@ -16,17 +16,37 @@ jobs:
name: Generate sBOM
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Setup cdxgen
shell: bash
run: npm install -g @cyclonedx/cdxgen@8.2.4
run: npm install -g @cyclonedx/cdxgen@8.4.10

- name: make file
- name: Output var
id: gradle-check
shell: bash
run: echo gradle_project=false >> $GITHUB_OUTPUT

- name: Create flags
id: generate-flags
shell: bash
run: echo {msg:"Hello World"}>>hello.json
if: steps.gradle-check.outputs.gradle_project == true
run: echo "flags=-t java" >> $GITHUB_OUTPUT

- name: Generate sBOM
shell: bash
run: cdxgen ./ ${{steps.generate-flags.outputs.flags}} -o ${{env.SBOM_FILENAME}}

# - uses: actions/upload-artifact@v3
# with:
# name: cyclonedx-sbom
# path: ${{env.SBOM_FILENAME}}







- uses: actions/upload-artifact@v3
with:
name: cyclonedx-sbom
path: hello.json


8 changes: 7 additions & 1 deletion newF.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,10 @@ balabak

testing the loop fix

test push
test push

trying again

i'm being force pushed help

I will re-write history and hopefully dismiss the review
227 changes: 227 additions & 0 deletions node_modules/.package-lock.json

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

23 changes: 23 additions & 0 deletions node_modules/.yarn-integrity

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

Loading