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

Add a SBOM Generation Task #674

Merged
merged 43 commits into from
Sep 9, 2024
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
a4009b1
Experimenting with dotnet
sfoslund Mar 22, 2024
fb128c8
Add comments
sfoslund Apr 3, 2024
a69259a
Merge main with net-sdk-sbom-tool branch
gustavoaca1997 May 24, 2024
40ba546
Make the Sbom.Targets project to build.
gustavoaca1997 May 24, 2024
c31fb95
Add all arguments to GenerateSBOMTask (#1)
vpatakottu May 24, 2024
8ffff9c
Add call to the SBOM API from GenerateSbomTask#Execute (#2)
gustavoaca1997 May 28, 2024
ce039dd
Validate and Sanitize Arguments (#3)
vpatakottu May 29, 2024
5df56c1
Add tests for Generate SBOM Task (#4)
gustavoaca1997 May 31, 2024
4ece5d9
Add unit tests for GenerateSbomTask inputs (#6)
vpatakottu Jun 7, 2024
f7e0383
Add additional unit tests for valid cases (#7)
vpatakottu Jun 12, 2024
245de38
Merging Varshita's branch into our feature branch (#12)
gustavoaca1997 Jun 19, 2024
288626c
Fix ubuntu tests (#16)
gustavoaca1997 Jun 20, 2024
a028861
Update feature branch (#17)
gustavoaca1997 Jun 24, 2024
22ee3b5
Add missing header to AbstractGenerateSbomTaskTests (#598)
gustavoaca1997 Jun 25, 2024
abdb4a0
Create template tool task (#600)
vpatakottu Jun 28, 2024
b04a2f5
Run the Github build also for feature branches.
gustavoaca1997 Jun 29, 2024
84441e4
Implement SBOM CLI ToolTask (#607)
vpatakottu Jul 10, 2024
6a0a5df
Merge main with feature/sbom-targets-task
gustavoaca1997 Jul 11, 2024
69b8642
Update System.Text.Json
gustavoaca1997 Jul 12, 2024
a3e094d
Stop importing the props twice when referencing the Nuget package (#612)
gustavoaca1997 Jul 12, 2024
d758cad
Update with main
gustavoaca1997 Jul 20, 2024
22b1991
Add tests for the MSBuild Full version of the Generate SBOM task (#613)
gustavoaca1997 Jul 24, 2024
31ed7e8
Update NuGet Package Format and Surface Errors (#619)
vpatakottu Jul 30, 2024
d2c4dc6
Add README for Microsoft.Sbom.Targets project (#651)
vpatakottu Aug 3, 2024
4c9354c
Workaround for generating a SBOM manifest at the root level of the Nu…
gustavoaca1997 Aug 9, 2024
5667a00
Use Path.Combine for Unzip and Nupkg paths (#663)
gustavoaca1997 Aug 14, 2024
d0929da
Add E2E tests for Microsoft.Sbom.Targets project (#658)
vpatakottu Aug 15, 2024
6e55535
Remove GenerateSBOMTest project (#673)
gustavoaca1997 Aug 16, 2024
756c822
Add ContinueOnError=ErrorAndContinue to the ZipDirectory, GenerateSBO…
gustavoaca1997 Aug 16, 2024
c74ef7e
User/gustavoca/update with main (#675)
gustavoaca1997 Aug 16, 2024
d36de25
Merge branch 'main' into feature/sbom-targets-task
gustavoaca1997 Aug 16, 2024
a315afe
Update README
gustavoaca1997 Aug 16, 2024
d0fdcfc
Address Feedback (#679)
vpatakottu Aug 21, 2024
fc99905
address more feedback (#682)
vpatakottu Aug 21, 2024
82d5fe5
Pack each project separately (#681)
gustavoaca1997 Aug 23, 2024
65e9d01
Inspect the content of the Nuget package instead of extracting to dis…
gustavoaca1997 Aug 23, 2024
941a14e
Merge branch 'feature/sbom-targets-task' of https://github.com/micros…
gustavoaca1997 Aug 23, 2024
fe6c158
User/gustavoca/dont extract e2e tests (#684)
gustavoaca1997 Aug 23, 2024
2272e04
Update local branch with remote branch
gustavoaca1997 Aug 30, 2024
90e7e3b
Update with main branch
gustavoaca1997 Aug 30, 2024
52329d4
Remove instance of Newtonsoft.Json
gustavoaca1997 Aug 30, 2024
4bf0217
Remove not needed Message
gustavoaca1997 Aug 30, 2024
2faeea6
Revert "Remove instance of Newtonsoft.Json"
gustavoaca1997 Aug 30, 2024
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
Prev Previous commit
Next Next commit
Run the Github build also for feature branches.
gustavoaca1997 committed Jun 29, 2024
commit b04a2f54d2a95e171ce829dd51ef7ca3efc055af
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -4,13 +4,11 @@ on:
push:
branches:
- main
# Remove before merging into main
- users/gustavoca/net-sdk-sbom-tool
- 'feature/**'
pull_request:
branches:
- main
# Remove before merging into main
- users/gustavoca/net-sdk-sbom-tool
- 'feature/**'

permissions:
contents: read