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 characters
| file: | |
| # T01 terraform binary must be valid | |
| /usr/local/bin/terraform: | |
| exists: true | |
| mode: "0755" | |
| owner: root | |
| group: root | |
| filetype: file | |
| sha256: 278a0f66c7404ceb426e6f2db7f0f3a1b5b3d8373e7024640e7bc238389bab74 | |
| # T02 tfsec binary must be valid |
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 characters
| # GHA01 runs on pull request to the main branch | |
| name: GHA01-pull-request | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| # env defines global variables for versioning and configuration | |
| env: | |
| IMAGE_NAME: secureimage |
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 characters
| # GHA02 runs on push to the main branch | |
| name: GHA02-push-main | |
| on: | |
| push: | |
| branches: | |
| - main | |
| # env defines global variables for versioning and configuration | |
| env: | |
| IMAGE_NAME: secureimage |
OlderNewer