Skip to content

Commit d54098b

Browse files
committed
Also add to the template
1 parent ff8c3da commit d54098b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

{{cookiecutter.project_name|replace(" ", "")}}/tests/test_integration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,11 +206,11 @@ def test_multi_platform_build():
206206
env=env,
207207
)
208208

209-
# Test SBOM generation for specific platforms
209+
# Test SBOM generation, vuln scanning, and license checks for each supported platforms
210210
for platform in ["linux/amd64", "linux/arm64"]:
211211
env["PLATFORM"] = platform
212212
subprocess.run(
213-
["task", "-v", "sbom", "vulnscan"],
213+
["task", "-v", "sbom", "vulnscan", "license-check"],
214214
capture_output=True,
215215
check=True,
216216
cwd=project_root,

0 commit comments

Comments
 (0)