Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ato-status-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
issues: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: "3.12"
- run: pip install -r scripts/requirements.txt
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/devsecops-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
image-tag: ${{ steps.meta.outputs.tag }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install app + test deps
Expand Down Expand Up @@ -90,7 +90,7 @@
security-events: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: "3.12"
- name: Install Semgrep
Expand Down Expand Up @@ -210,7 +210,7 @@
format: spdx-json
output-file: sbom-source.spdx.json
- name: Generate CycloneDX SBOM
uses: anchore/sbom-action@v0

Check warning on line 213 in .github/workflows/devsecops-pipeline.yml

View workflow job for this annotation

GitHub Actions / IaC (Checkov · KICS · Trivy config · kube-linter · Conftest/OPA)

[LOW] Unpinned Actions Full Length Commit SHA

Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Pinning to a particular SHA helps mitigate the risk of a bad actor adding a backdoor to the action's repository, as they would need to generate a SHA-1 collision for a valid Git object payload. When selecting a SHA, you should verify it is from the action's repository and not a repository fork.
with:
path: .
format: cyclonedx-json
Expand Down Expand Up @@ -601,7 +601,7 @@
security-events: read # to pull CodeQL alerts from code scanning into the consolidated findings
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: ${{ env.PYTHON_VERSION }}
- run: pip install -r scripts/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/emass-package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
actions: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: "3.12"
- run: pip install -r scripts/requirements.txt
Expand Down
Loading