Skip to content

Commit 44d0536

Browse files
committed
🔨 Adding bash script to generate scout report
1 parent 010e981 commit 44d0536

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
scout-report.md

scout-report.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env bash
2+
set -euo pipefail
3+
4+
docker scout cves ivelten/haskell-devcontainer --format markdown > scout-report.md

0 commit comments

Comments
 (0)