generated from cisagov/ScubaGear
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleanup workflows/actions; add check for valid json; add types
- Loading branch information
1 parent
93dad44
commit 3119e64
Showing
5 changed files
with
22 additions
and
62 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,24 +6,10 @@ inputs: | |
opa-version: | ||
required: true | ||
default: "0.60.0" | ||
credentials: | ||
required: true | ||
|
||
runs: | ||
using: "composite" | ||
steps: | ||
#- name: Setup credentials for service account | ||
# id: create-json | ||
# uses: jsdaniell/[email protected] | ||
# with: | ||
# name: "credentials.json" | ||
# json: ${{ inputs.credentials }} | ||
# | ||
#- name: Setup credentials for service account | ||
# shell: bash | ||
# run: | | ||
# ls -la | ||
|
||
- name: Setup virtualenv | ||
shell: bash | ||
run: | | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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