File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,8 +125,8 @@ jobs:
125125
126126 - name : Generate SBOM
127127 run : |
128- cargo cyclonedx --format json --spec-version 1.5 > sbom.json
129- cargo cyclonedx --format xml --spec-version 1.5 > sbom.xml
128+ cargo cyclonedx --format json --spec-version 1.5 --override-filename sbom
129+ cargo cyclonedx --format xml --spec-version 1.5 --override-filename sbom
130130
131131 - name : Upload security artifacts
132132 uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
Original file line number Diff line number Diff line change @@ -16,11 +16,17 @@ exclude = [
1616 " .gitignore" ,
1717 " .samoyed/" ,
1818 " .docs/" ,
19- " src/unit_tests/" ,
19+ " .assets/" ,
20+ " .cargo/" ,
2021 " .markdownlint.json" ,
2122 " .tarpaulin.toml" ,
23+ " .release-plz.toml" ,
24+ " clippy.toml" ,
2225 " CLAUDE.md" ,
23- " samoyed.toml" ,
26+ " AGENTS.md" ,
27+ " flake.nix" ,
28+ " flake.lock" ,
29+ " tmp/" ,
2430]
2531
2632
You can’t perform that action at this time.
0 commit comments