-
-
Save lacoski/1d300df80055fc26729cda9aeb1b1e04 to your computer and use it in GitHub Desktop.
Revisions
-
sumansrivastava revised this gist
Aug 21, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,7 +8,7 @@ unit_test: - '/usr/bin/env' - 'PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' script: - tfsec -f junit --out tfsec.test.xml artifacts: reports: junit: "tfsec.test.xml" -
sumansrivastava created this gist
May 2, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ stages: - test unit_test: stage: test image: name: tfsec/tfsec-ci entrypoint: - '/usr/bin/env' - 'PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' script: - tfsec . | tee tfsec.test.xml artifacts: reports: junit: "tfsec.test.xml" paths: - "tfsec.test.xml"