We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc49fff commit c6fbfa6Copy full SHA for c6fbfa6
3 files changed
.github/workflows/gitleaks.yml
@@ -13,6 +13,7 @@ jobs:
13
scan:
14
name: gitleaks
15
runs-on: ubuntu-latest
16
+ environment: security-scanning
17
steps:
18
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
19
with:
.github/workflows/prod.yml
@@ -17,6 +17,7 @@ env:
jobs:
build:
20
+ environment: build
21
22
permissions:
23
contents: read
.github/workflows/tests.yml
@@ -12,6 +12,7 @@ permissions:
12
pytest:
+ environment: test
- name: Checkout repository
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
0 commit comments