Sha256: 5b1f0cb98e1da40c9a82dd1e3c5fd2e18ec51029fda2dd5d4b414655d7829cd9
Contents?: true
Size: 308 Bytes
Versions: 1
Compression:
Stored size: 308 Bytes
Contents
#! /usr/bin/env bash trestle_tag="<%= docker_trestle_tag %>" command="bash" if [ "$1" != "" ]; then command=$1 shift 1 fi oscal_location="$(dirname "$(realpath "$0")")/../doc/compliance/oscal" docker run -it --rm -v $oscal_location:/app/docs:rw ghcr.io/gsa-tts/trestle:$trestle_tag $command "$@"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_template_18f-1.2.0 | lib/generators/rails_template18f/oscal/templates/bin/trestle.tt |