Home
last modified time | relevance | path

Searched +full:aws +full:- +full:secret +full:- +full:access +full:- +full:key (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/.github/workflows/
Ddaily_test_version.yml2 # SPDX-License-Identifier: Apache-2.0
8 - cron: '50 22 * * *'
11 - refs/tags/*
15 runs-on: ubuntu-22.04
16 if: github.repository == 'zephyrproject-rtos/zephyr'
19 - name: Configure AWS Credentials
20 uses: aws-actions/configure-aws-credentials@v4
22 aws-access-key-id: ${{ vars.AWS_TESTING_ACCESS_KEY_ID }}
23 aws-secret-access-key: ${{ secrets.AWS_TESTING_SECRET_ACCESS_KEY }}
24 aws-region: us-east-1
[all …]
Dissue_count.yml5 - cron: '*/10 * * * *'
10 COMMITTER_NAME: github-actions
11 COMMITTER_USERNAME: github-actions
15 track-issues:
17 runs-on: ubuntu-22.04
18 if: github.repository == 'zephyrproject-rtos/zephyr'
21 - name: Download configuration file
23 …wget -q https://raw.githubusercontent.com/$GITHUB_REPOSITORY/main/.github/workflows/issues-report-
25 - name: install-packages
27 sudo apt-get update
[all …]
Dbug_snapshot.yaml2 # SPDX-License-Identifier: Apache-2.0
14 - cron: '5 14 * * *'
19 runs-on: ubuntu-22.04
20 if: github.repository_owner == 'zephyrproject-rtos'
23 - name: Checkout
26 - name: Install Python dependencies
28 pip install -U pygithub
30 - name: Snapshot bugs
34 BUGS_PICKLE_FILENAME="zephyr-bugs-$(date -I).pickle.xz"
37 set -euo pipefail
[all …]
Ddoc-publish.yml3 # SPDX-License-Identifier: Apache-2.0
11 - main
12 - v*
14 - completed
17 doc-publish:
19 runs-on: ubuntu-22.04
23 github.repository == 'zephyrproject-rtos/zephyr'
26 - name: Download artifacts
27 uses: dawidd6/action-download-artifact@v6
29 workflow: doc-build.yml
[all …]
Ddoc-publish-pr.yml3 # SPDX-License-Identifier: Apache-2.0
11 - completed
14 doc-publish:
16 runs-on: ubuntu-22.04
20 github.repository == 'zephyrproject-rtos/zephyr'
23 - name: Download artifacts
24 id: download-artifacts
25 uses: dawidd6/action-download-artifact@v6
27 workflow: doc-build.yml
31 - name: Load PR number
[all …]
Dfootprint-tracking.yml6 - cron: '50 1/12 * * *'
9 - 'VERSION'
10 - '.github/workflows/footprint-tracking.yml'
12 - main
13 - v*-branch
15 # only publish v* tags, do not care about zephyr-v* which point to the
17 - 'v*'
20 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
21 cancel-in-progress: true
24 footprint-tracking:
[all …]
/Zephyr-latest/doc/security/
Dsensor-threat.rst1 .. _sensor-threat:
17 .. figure:: media/sensor-model.svg
28 This model also focuses on communicating via the MQTT-over-TLS protocol,
39 on-device flash that is the first code to run. In order to establish
43 programmed into the device, early in production [th-imboot]_.
52 [th-authrepl]_.
55 shall be done in a timely manner [th-timely-update]_.
60 [th-atomic-update]_.
64 are allowed to sign the certificate on the server. For cloud-provider
68 [th-root-certs]_, [th-root-check]_.
[all …]