We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe23a77 + bfad6b8 commit 89cbb32Copy full SHA for 89cbb32
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Check result for JSON format
21
run: |
22
# Ignore field created since it contains a created at timestamp
23
- diff -I"creationInfo" merged-SBoM-deep.json ${{github.workspace}}/test/json/output/result.json
+ diff -I"created" merged-SBoM-deep.json ${{github.workspace}}/test/json/output/result.json | echo
24
- name: Test merging SPDX Tag value format files
25
uses: ./
26
with:
0 commit comments